Html Css Color HEX #AAB576 Caper

📋 copy color: '#AAB576'

red 170 ◦ green 181 ◦ blue 118

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

Shades of Caper #AAB576

Tints of Caper #AAB576

RGB

 RED value IS 170 (66.8% from 255) = 36.25%

 GREEN value IS 181 (71.09% from 255) = 38.59%

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 36.25%
G = 38.59%
B = 25.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#AAB576 (or 0xAAB576) is known color: Caper. HEX triplet: AA, B5 and 76. RGB value is (170,181,118). Sum of RGB (Red+Green+Blue) = 170+181+118=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB576 is #554A89. Grayscale: #AAAAAA. Windows color (decimal): -5589642 or 7779754. OLE color: 7779754.

HSL color Cylindrical-coordinate representation of color #AAB576: hue angle of 70.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB576 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 118 -
CMYK 0.06 0 0.35 0.29
HSL 70.48º 0.3% 0.59% -
HSV(B) 70.48º 0.35% 0.71% -
XYZ 36.37 42.9 23.5 -
YUV 170.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 170 181 118 0.06 0 0.35 0.29 70.48 0.3 0.59
Hex AA B5 76 6 0 23 1D 46 1E 3B
Octal 252 265 166 6 0 43 35 106 36 73
Binary 10101010 10110101 1110110 110 0 100011 11101 1000110 11110 111011

Color Harmonies of #AAB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB576

Black with #AAB576

Text Example


Text Example

White with #AAB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB576; }

 p { color: rgb(170,181,118); }

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

background-color css

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

 a { background-color: rgb(170,181,118); }

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

border-color css

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

 span { border-color: rgb(170,181,118); }

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