#AABD6D

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

Shades of Caper #AABD6D

Tints of Caper #AABD6D

Color information

#AABD6D (or 0xAABD6D) is unknown color: approx Caper. HEX triplet: AA, BD and 6D. RGB value is (170,189,109). Sum of RGB (Red+Green+Blue) = 170+189+109=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6D is #554292. Grayscale: #AEAEAE. Windows color (decimal): -5587603 or 7191978. OLE color: 7191978.

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

Color convert

RGB170189109-
CMYK0.1000.420.26
HSL74.25º37.74%58.43%-
HSV(B)74.25º42.33%74.12%-
XYZ37.5446.0521.38-
YUV174.291.21125-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=36.32%
G=40.38%
B=23.29%

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
Decimal1701891090.1000.420.2674.2537.7458.43
HexAABD6DA02A1A4a263a
Octal25227515512052321124672
Binary1010101010111101110110110100101010110101001010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD6D; }

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

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

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

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

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

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

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

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