#C4AF2F

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

Shades of Old Gold #C4AF2F

Tints of Old Gold #C4AF2F

Color information

#C4AF2F (or 0xC4AF2F) is unknown color: approx Old Gold. HEX triplet: C4, AF and 2F. RGB value is (196,175,47). Sum of RGB (Red+Green+Blue) = 196+175+47=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF2F is #3B50D0. Grayscale: #A7A7A7. Windows color (decimal): -3887313 or 3125188. OLE color: 3125188.

HSL color Cylindrical-coordinate representation of color #C4AF2F: hue angle of 51.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4AF2F is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19617547-
CMYK00.110.760.23
HSL51.54º61.32%47.65%-
HSV(B)51.54º76.02%76.86%-
XYZ38.6142.68.88-
YUV166.6960.46148.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 47 (18.75% from 255) = 11.24%
R=46.89%
G=41.87%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961754700.110.760.2351.5461.3247.65
HexC4AF2F0B4C17343d30
Octal3042575701311427647560
Binary110001001010111110111101011100110010111110100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF2F; }

 p { color: rgb(196,175,47); }

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

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

 a { background-color: rgb(196,175,47); }

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

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

 span { border-color: rgb(196,175,47); }

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