#AAB57C

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

Shades of Caper #AAB57C

Tints of Caper #AAB57C

Color information

#AAB57C (or 0xAAB57C) is unknown color: approx Caper. HEX triplet: AA, B5 and 7C. RGB value is (170,181,124). Sum of RGB (Red+Green+Blue) = 170+181+124=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB57C is #554A83. Grayscale: #ABABAB. Windows color (decimal): -5589636 or 8172970. OLE color: 8172970.

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

Color convert

RGB170181124-
CMYK0.0600.310.29
HSL71.58º27.8%59.8%-
HSV(B)71.58º31.49%70.98%-
XYZ36.7443.0525.44-
YUV171.21101.36127.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=35.79%
G=38.11%
B=26.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811240.0600.310.2971.5827.859.8
HexAAB57C601F1D481c3c
Octal2522651746037351103474
Binary1010101010110101111110011001111111101100100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB57C; }

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

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

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

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

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

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

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

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