#CAA05F

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

Shades of Apache #CAA05F

Tints of Apache #CAA05F

Color information

#CAA05F (or 0xCAA05F) is unknown color: approx Apache. HEX triplet: CA, A0 and 5F. RGB value is (202,160,95). Sum of RGB (Red+Green+Blue) = 202+160+95=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05F is #355FA0. Grayscale: #A5A5A5. Windows color (decimal): -3497889 or 6267082. OLE color: 6267082.

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

Color convert

RGB20216095-
CMYK00.210.530.21
HSL36.45º50.23%58.24%-
HSV(B)36.45º52.97%79.22%-
XYZ38.9938.5216.21-
YUV165.1588.41154.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 160 (62.89% from 255) = 35.01%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=44.20%
G=35.01%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021609500.210.530.2136.4550.2358.24
HexCAA05F015351524323a
Octal3122401370256525446272
Binary1100101010100000101111101010111010110101100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA05F; }

 p { color: rgb(202,160,95); }

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

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

 a { background-color: rgb(202,160,95); }

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

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

 span { border-color: rgb(202,160,95); }

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