#AAB97A

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

Shades of Caper #AAB97A

Tints of Caper #AAB97A

Color information

#AAB97A (or 0xAAB97A) is unknown color: approx Caper. HEX triplet: AA, B9 and 7A. RGB value is (170,185,122). Sum of RGB (Red+Green+Blue) = 170+185+122=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97A is #554685. Grayscale: #ADADAD. Windows color (decimal): -5588614 or 8042922. OLE color: 8042922.

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

Color convert

RGB170185122-
CMYK0.0800.340.27
HSL74.29º31.03%60.2%-
HSV(B)74.29º34.05%72.55%-
XYZ37.4444.6525.06-
YUV173.3399.03125.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=35.64%
G=38.78%
B=25.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851220.0800.340.2774.2931.0360.2
HexAAB97A80221B4a1f3c
Octal25227117210042331123774
Binary101010101011100111110101000010001011011100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB97A; }

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

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

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

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

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

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

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

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