#AAB96D

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

Shades of Caper #AAB96D

Tints of Caper #AAB96D

Color information

#AAB96D (or 0xAAB96D) is unknown color: approx Caper. HEX triplet: AA, B9 and 6D. RGB value is (170,185,109). Sum of RGB (Red+Green+Blue) = 170+185+109=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96D is #554692. Grayscale: #ACACAC. Windows color (decimal): -5588627 or 7190954. OLE color: 7190954.

HSL color Cylindrical-coordinate representation of color #AAB96D: hue angle of 71.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB96D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB170185109-
CMYK0.0800.410.27
HSL71.84º35.19%57.65%-
HSV(B)71.84º41.08%72.55%-
XYZ36.6944.3521.09-
YUV171.8592.53126.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=36.64%
G=39.87%
B=23.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851090.0800.410.2771.8435.1957.65
HexAAB96D80291B48233a
Octal25227115510051331104372
Binary1010101010111001110110110000101001110111001000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB96D; }

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

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

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

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

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

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

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

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