Html Css Color HEX #CAA153 Apache

📋 copy color: '#CAA153'

red 202 ◦ green 161 ◦ blue 83

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

Shades of Apache #CAA153

Tints of Apache #CAA153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.61%

R = 45.29%
G = 36.1%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CAA153 (or 0xCAA153) is known color: 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

RGB 202 161 83 -
CMYK 0 0.20 0.59 0.21
HSL 39.33º 0.53% 0.56% -
HSV(B) 39.33º 0.59% 0.79% -
XYZ 38.66 38.67 13.61 -
YUV 164.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 202 161 83 0 0.20 0.59 0.21 39.33 0.53 0.56
Hex CA A1 53 0 14 3B 15 27 35 38
Octal 312 241 123 0 24 73 25 47 65 70
Binary 11001010 10100001 1010011 0 10100 111011 10101 100111 110101 111000

Color Harmonies of #CAA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA153

Black with #CAA153

Text Example


Text Example

White with #CAA153

Text Example


Text Example

HTML Codes & Css Web 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>