#AABB89

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

Shades of Caper #AABB89

Tints of Caper #AABB89

Color information

#AABB89 (or 0xAABB89) is unknown color: approx Caper. HEX triplet: AA, BB and 89. RGB value is (170,187,137). Sum of RGB (Red+Green+Blue) = 170+187+137=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB89 is #554476. Grayscale: #B0B0B0. Windows color (decimal): -5588087 or 9026474. OLE color: 9026474.

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

Color convert

RGB170187137-
CMYK0.0900.270.27
HSL80.4º26.88%63.53%-
HSV(B)80.4º26.74%73.33%-
XYZ38.8645.8930.48-
YUV176.22105.87123.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=34.41%
G=37.85%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871370.0900.270.2780.426.8863.53
HexAABB89901B1B501b40
Octal252273211110333312033100
Binary1010101010111011100010011001011011110111010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB89; }

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

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

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

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

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

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

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

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