#CA9D59

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

Shades of Apache #CA9D59

Tints of Apache #CA9D59

Color information

#CA9D59 (or 0xCA9D59) is unknown color: approx Apache. HEX triplet: CA, 9D and 59. RGB value is (202,157,89). Sum of RGB (Red+Green+Blue) = 202+157+89=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D59 is #3562A6. Grayscale: #A3A3A3. Windows color (decimal): -3498663 or 5873098. OLE color: 5873098.

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

Color convert

RGB20215789-
CMYK00.220.560.21
HSL36.11º51.6%57.06%-
HSV(B)36.11º55.94%79.22%-
XYZ38.2237.3914.65-
YUV162.786.41156.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=45.09%
G=35.04%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021578900.220.560.2136.1151.657.06
HexCA9D590163815243439
Octal3122351310267025446471
Binary1100101010011101101100101011011100010101100100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D59; }

 p { color: rgb(202,157,89); }

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

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

 a { background-color: rgb(202,157,89); }

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

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

 span { border-color: rgb(202,157,89); }

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