#AABD87

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

Shades of Caper #AABD87

Tints of Caper #AABD87

Color information

#AABD87 (or 0xAABD87) is unknown color: approx Caper. HEX triplet: AA, BD and 87. RGB value is (170,189,135). Sum of RGB (Red+Green+Blue) = 170+189+135=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD87 is #554278. Grayscale: #B1B1B1. Windows color (decimal): -5587577 or 8895914. OLE color: 8895914.

HSL color Cylindrical-coordinate representation of color #AABD87: hue angle of 81.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABD87 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB170189135-
CMYK0.1000.290.26
HSL81.11º29.03%63.53%-
HSV(B)81.11º28.57%74.12%-
XYZ39.1546.6929.87-
YUV177.16104.21122.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=34.41%
G=38.26%
B=27.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891350.1000.290.2681.1129.0363.53
HexAABD87A01D1A511d40
Octal252275207120353212135100
Binary1010101010111101100001111010011101110101010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD87; }

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

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

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

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

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

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

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

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