#CAA153

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

Shades of Apache #CAA153

Tints of Apache #CAA153

Color information

#CAA153 (or 0xCAA153) is unknown color: approx Apache. HEX triplet: CA, A1 and 53. RGB value is (202,161,83). Sum of RGB (Red+Green+Blue) = 202+161+83=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA153 is #355EAC. Grayscale: #A4A4A4. Windows color (decimal): -3497645 or 5480906. OLE color: 5480906.

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

Color convert

RGB20216183-
CMYK00.200.590.21
HSL39.33º52.89%55.88%-
HSV(B)39.33º58.91%79.22%-
XYZ38.6638.6713.61-
YUV164.3782.08154.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=45.29%
G=36.10%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021618300.200.590.2139.3352.8955.88
HexCAA1530143B15273538
Octal3122411230247325476570
Binary1100101010100001101001101010011101110101100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA153; }

 p { color: rgb(202,161,83); }

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

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

 a { background-color: rgb(202,161,83); }

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

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

 span { border-color: rgb(202,161,83); }

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