#AAB57B

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

Shades of Caper #AAB57B

Tints of Caper #AAB57B

Color information

#AAB57B (or 0xAAB57B) is unknown color: approx Caper. HEX triplet: AA, B5 and 7B. RGB value is (170,181,123). Sum of RGB (Red+Green+Blue) = 170+181+123=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB57B is #554A84. Grayscale: #ABABAB. Windows color (decimal): -5589637 or 8107434. OLE color: 8107434.

HSL color Cylindrical-coordinate representation of color #AAB57B: hue angle of 71.38º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB57B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB170181123-
CMYK0.0600.320.29
HSL71.38º28.16%59.61%-
HSV(B)71.38º32.04%70.98%-
XYZ36.6843.0225.11-
YUV171.1100.86127.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=35.86%
G=38.19%
B=25.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811230.0600.320.2971.3828.1659.61
HexAAB57B60201D471c3c
Octal2522651736040351073474
Binary10101010101101011111011110010000011101100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB57B; }

 p { color: rgb(170,181,123); }

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

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

 a { background-color: rgb(170,181,123); }

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

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

 span { border-color: rgb(170,181,123); }

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