#AABA89

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

Shades of Caper #AABA89

Tints of Caper #AABA89

Color information

#AABA89 (or 0xAABA89) is unknown color: approx Caper. HEX triplet: AA, BA and 89. RGB value is (170,186,137). Sum of RGB (Red+Green+Blue) = 170+186+137=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA89 is #554576. Grayscale: #AFAFAF. Windows color (decimal): -5588343 or 9026218. OLE color: 9026218.

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

Color convert

RGB170186137-
CMYK0.0900.260.27
HSL79.59º26.2%63.33%-
HSV(B)79.59º26.34%72.94%-
XYZ38.6545.4730.41-
YUV175.63106.2123.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=34.48%
G=37.73%
B=27.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861370.0900.260.2779.5926.263.33
HexAABA89901A1B501a3f
Octal25227221111032331203277
Binary101010101011101010001001100101101011011101000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA89; }

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

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

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

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

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

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

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

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