#AAB97E

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

Shades of Caper #AAB97E

Tints of Caper #AAB97E

Color information

#AAB97E (or 0xAAB97E) is unknown color: approx Caper. HEX triplet: AA, B9 and 7E. RGB value is (170,185,126). Sum of RGB (Red+Green+Blue) = 170+185+126=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97E is #554681. Grayscale: #AEAEAE. Windows color (decimal): -5588610 or 8305066. OLE color: 8305066.

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

Color convert

RGB170185126-
CMYK0.0800.320.27
HSL75.25º29.65%60.98%-
HSV(B)75.25º31.89%72.55%-
XYZ37.6944.7526.39-
YUV173.79101.03125.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=35.34%
G=38.46%
B=26.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851260.0800.320.2775.2529.6560.98
HexAAB97E80201B4b1e3d
Octal25227117610040331133675
Binary101010101011100111111101000010000011011100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB97E; }

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

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

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

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

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

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

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

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