#AABE87

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

Shades of Caper #AABE87

Tints of Caper #AABE87

Color information

#AABE87 (or 0xAABE87) is unknown color: approx Caper. HEX triplet: AA, BE and 87. RGB value is (170,190,135). Sum of RGB (Red+Green+Blue) = 170+190+135=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE87 is #554178. Grayscale: #B1B1B1. Windows color (decimal): -5587321 or 8896170. OLE color: 8896170.

HSL color Cylindrical-coordinate representation of color #AABE87: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABE87 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB170190135-
CMYK0.1100.290.25
HSL81.82º29.73%63.73%-
HSV(B)81.82º28.95%74.51%-
XYZ39.3647.1229.94-
YUV177.75103.87122.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=34.34%
G=38.38%
B=27.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901350.1100.290.2581.8229.7363.73
HexAABE87B01D19521e40
Octal252276207130353112236100
Binary1010101010111110100001111011011101110011010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE87; }

 p { color: rgb(170,190,135); }

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

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

 a { background-color: rgb(170,190,135); }

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

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

 span { border-color: rgb(170,190,135); }

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