#CA9F5A

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

Shades of Apache #CA9F5A

Tints of Apache #CA9F5A

Color information

#CA9F5A (or 0xCA9F5A) is unknown color: approx Apache. HEX triplet: CA, 9F and 5A. RGB value is (202,159,90). Sum of RGB (Red+Green+Blue) = 202+159+90=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F5A is #3560A5. Grayscale: #A4A4A4. Windows color (decimal): -3498150 or 5939146. OLE color: 5939146.

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

Color convert

RGB20215990-
CMYK00.210.550.21
HSL36.96º51.38%57.25%-
HSV(B)36.96º55.45%79.22%-
XYZ38.638.0914.99-
YUV163.9986.25155.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=44.79%
G=35.25%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021599000.210.550.2136.9651.3857.25
HexCA9F5A0153715253339
Octal3122371320256725456371
Binary1100101010011111101101001010111011110101100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F5A; }

 p { color: rgb(202,159,90); }

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

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

 a { background-color: rgb(202,159,90); }

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

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

 span { border-color: rgb(202,159,90); }

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