Html Css Color HEX #AABB86 Caper

📋 copy color: '#AABB86'

red 170 ◦ green 187 ◦ blue 134

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

Shades of Caper #AABB86

Tints of Caper #AABB86

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 34.62%
G = 38.09%
B = 27.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#AABB86 (or 0xAABB86) is known color: Caper. HEX triplet: AA, BB and 86. RGB value is (170,187,134). Sum of RGB (Red+Green+Blue) = 170+187+134=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB86 is #554479. Grayscale: #B0B0B0. Windows color (decimal): -5588090 or 8829866. OLE color: 8829866.

HSL color Cylindrical-coordinate representation of color #AABB86: hue angle of 79.25º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABB86 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 134 -
CMYK 0.09 0 0.28 0.27
HSL 79.25º 0.28% 0.63% -
HSV(B) 79.25º 0.28% 0.73% -
XYZ 38.65 45.81 29.36 -
YUV 175.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 170 187 134 0.09 0 0.28 0.27 79.25 0.28 0.63
Hex AA BB 86 9 0 1C 1B 4F 1C 3F
Octal 252 273 206 11 0 34 33 117 34 77
Binary 10101010 10111011 10000110 1001 0 11100 11011 1001111 11100 111111

Color Harmonies of #AABB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB86

Black with #AABB86

Text Example


Text Example

White with #AABB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB86; }

 p { color: rgb(170,187,134); }

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

background-color css

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

 a { background-color: rgb(170,187,134); }

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

border-color css

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

 span { border-color: rgb(170,187,134); }

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