#C4AE37

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

Shades of Old Gold #C4AE37

Tints of Old Gold #C4AE37

Color information

#C4AE37 (or 0xC4AE37) is unknown color: approx Old Gold. HEX triplet: C4, AE and 37. RGB value is (196,174,55). Sum of RGB (Red+Green+Blue) = 196+174+55=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE37 is #3B51C8. Grayscale: #A7A7A7. Windows color (decimal): -3887561 or 3649220. OLE color: 3649220.

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

Color convert

RGB19617455-
CMYK00.110.720.23
HSL50.64º56.18%49.22%-
HSV(B)50.64º71.94%76.86%-
XYZ38.5942.289.74-
YUV167.0164.79148.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=46.12%
G=40.94%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961745500.110.720.2350.6456.1849.22
HexC4AE370B4817333831
Octal3042566701311027637061
Binary110001001010111011011101011100100010111110011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE37; }

 p { color: rgb(196,174,55); }

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

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

 a { background-color: rgb(196,174,55); }

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

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

 span { border-color: rgb(196,174,55); }

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