#C7AF3C

Color #C7AF3C Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C7AF3C

Tints of Old Gold #C7AF3C

Color information

#C7AF3C (or 0xC7AF3C) is unknown color: approx Old Gold. HEX triplet: C7, AF and 3C. RGB value is (199,175,60). Sum of RGB (Red+Green+Blue) = 199+175+60=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF3C is #3850C3. Grayscale: #A9A9A9. Windows color (decimal): -3690692 or 3977159. OLE color: 3977159.

HSL color Cylindrical-coordinate representation of color #C7AF3C: hue angle of 49.64º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7AF3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19917560-
CMYK00.120.700.22
HSL49.64º55.38%50.78%-
HSV(B)49.64º69.85%78.04%-
XYZ39.743.1310.51-
YUV169.0766.45149.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=45.85%
G=40.32%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991756000.120.700.2249.6455.3850.78
HexC7AF3C0C4616323733
Octal3072577401410626626763
Binary110001111010111111110001100100011010110110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF3C; }

 p { color: rgb(199,175,60); }

 H1.HeaderClassName
 {
   color: #C7AF3C;
 }
 .AnyTagClassName
 {
   color: #C7AF3C;
 }
</style>
background-color css

<style>
 a { background-color: #C7AF3C; }

 a { background-color: rgb(199,175,60); }

 div.DivClassName
 {
   background-color: #C7AF3C;
 }
 .BgClassName
 {
   background-color: #C7AF3C;
 }
</style>
border-color css

<style>
 span { border-color: #C7AF3C; }

 span { border-color: rgb(199,175,60); }

 td.TdClassName
 {
   border-color: #C7AF3C;
 }
 .TagClassName
 {
   border-color: #C7AF3C;
 }
</style>