#AABD6E

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

Shades of Caper #AABD6E

Tints of Caper #AABD6E

Color information

#AABD6E (or 0xAABD6E) is unknown color: approx Caper. HEX triplet: AA, BD and 6E. RGB value is (170,189,110). Sum of RGB (Red+Green+Blue) = 170+189+110=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6E is #554291. Grayscale: #AEAEAE. Windows color (decimal): -5587602 or 7257514. OLE color: 7257514.

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

Color convert

RGB170189110-
CMYK0.1000.420.26
HSL74.43º37.44%58.63%-
HSV(B)74.43º41.8%74.12%-
XYZ37.5946.0721.66-
YUV174.3191.71124.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=36.25%
G=40.30%
B=23.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891100.1000.420.2674.4337.4458.63
HexAABD6EA02A1A4a253b
Octal25227515612052321124573
Binary1010101010111101110111010100101010110101001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD6E; }

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

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

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

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

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

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

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

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