#CAAE37

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

Shades of Old Gold #CAAE37

Tints of Old Gold #CAAE37

Color information

#CAAE37 (or 0xCAAE37) is unknown color: approx Old Gold. HEX triplet: CA, AE and 37. RGB value is (202,174,55). Sum of RGB (Red+Green+Blue) = 202+174+55=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE37 is #3551C8. Grayscale: #A9A9A9. Windows color (decimal): -3494345 or 3649226. OLE color: 3649226.

HSL color Cylindrical-coordinate representation of color #CAAE37: hue angle of 48.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAAE37 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20217455-
CMYK00.140.730.21
HSL48.57º58.1%50.39%-
HSV(B)48.57º72.77%79.22%-
XYZ40.1843.19.82-
YUV168.8163.78151.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=46.87%
G=40.37%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021745500.140.730.2148.5758.150.39
HexCAAE370E4915313a32
Octal3122566701611125617262
Binary110010101010111011011101110100100110101110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE37; }

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

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

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

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

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

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

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

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