#CAAE43

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

Shades of Old Gold #CAAE43

Tints of Old Gold #CAAE43

Color information

#CAAE43 (or 0xCAAE43) is unknown color: approx Old Gold. HEX triplet: CA, AE and 43. RGB value is (202,174,67). Sum of RGB (Red+Green+Blue) = 202+174+67=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE43 is #3551BC. Grayscale: #AAAAAA. Windows color (decimal): -3494333 or 4435658. OLE color: 4435658.

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

Color convert

RGB20217467-
CMYK00.140.670.21
HSL47.56º56.02%52.75%-
HSV(B)47.56º66.83%79.22%-
XYZ40.5143.2311.52-
YUV170.1769.78150.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 67 (26.56% from 255) = 15.12%
R=45.60%
G=39.28%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021746700.140.670.2147.5656.0252.75
HexCAAE430E4315303835
Octal31225610301610325607065
Binary1100101010101110100001101110100001110101110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE43; }

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

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

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

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

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

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

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

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