#AABD8A

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

Shades of Caper #AABD8A

Tints of Caper #AABD8A

Color information

#AABD8A (or 0xAABD8A) is unknown color: approx Caper. HEX triplet: AA, BD and 8A. RGB value is (170,189,138). Sum of RGB (Red+Green+Blue) = 170+189+138=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8A is #554275. Grayscale: #B1B1B1. Windows color (decimal): -5587574 or 9092522. OLE color: 9092522.

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

Color convert

RGB170189138-
CMYK0.1000.270.26
HSL82.35º27.87%64.12%-
HSV(B)82.35º26.98%74.12%-
XYZ39.3646.7831-
YUV177.5105.71122.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=34.21%
G=38.03%
B=27.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891380.1000.270.2682.3527.8764.12
HexAABD8AA01B1A521c40
Octal252275212120333212234100
Binary1010101010111101100010101010011011110101010010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD8A; }

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

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

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

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

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

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

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

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