Html Css Color HEX #CAA159 Apache

📋 copy color: '#CAA159'

red 202 ◦ green 161 ◦ blue 89

#CAA159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CAA159

Tints of Apache #CAA159

RGB

 RED value IS 202 (79.3% from 255) = 44.69%

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 89 (35.16% from 255) = 19.69%

R = 44.69%
G = 35.62%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA159 (or 0xCAA159) is known color: Apache. HEX triplet: CA, A1 and 59. RGB value is (202,161,89). Sum of RGB (Red+Green+Blue) = 202+161+89=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA159 is #355EA6. Grayscale: #A5A5A5. Windows color (decimal): -3497639 or 5874122. OLE color: 5874122.

HSL color Cylindrical-coordinate representation of color #CAA159: hue angle of 38.23º 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 #CAA159 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 89 -
CMYK 0 0.20 0.56 0.21
HSL 38.23º 0.52% 0.57% -
HSV(B) 38.23º 0.56% 0.79% -
XYZ 38.91 38.77 14.88 -
YUV 165.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 202 161 89 0 0.20 0.56 0.21 38.23 0.52 0.57
Hex CA A1 59 0 14 38 15 26 34 39
Octal 312 241 131 0 24 70 25 46 64 71
Binary 11001010 10100001 1011001 0 10100 111000 10101 100110 110100 111001

Color Harmonies of #CAA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA159

Black with #CAA159

Text Example


Text Example

White with #CAA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA159; }

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

 H1.HeaderClassName
 {
   color: #CAA159;
 }
 .AnyTagClassName
 {
   color: #CAA159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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