#CAAB3E

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

Shades of Old Gold #CAAB3E

Tints of Old Gold #CAAB3E

Color information

#CAAB3E (or 0xCAAB3E) is unknown color: approx Old Gold. HEX triplet: CA, AB and 3E. RGB value is (202,171,62). Sum of RGB (Red+Green+Blue) = 202+171+62=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAB3E is #3554C1. Grayscale: #A8A8A8. Windows color (decimal): -3495106 or 4107210. OLE color: 4107210.

HSL color Cylindrical-coordinate representation of color #CAAB3E: hue angle of 46.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAAB3E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20217162-
CMYK00.150.690.21
HSL46.71º56.91%51.76%-
HSV(B)46.71º69.31%79.22%-
XYZ39.7942.0310.57-
YUV167.8468.27152.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=46.44%
G=39.31%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021716200.150.690.2146.7156.9151.76
HexCAAB3E0F45152f3934
Octal3122537601710525577164
Binary110010101010101111111001111100010110101101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB3E; }

 p { color: rgb(202,171,62); }

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

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

 a { background-color: rgb(202,171,62); }

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

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

 span { border-color: rgb(202,171,62); }

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