#AAB771

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

Shades of Caper #AAB771

Tints of Caper #AAB771

Color information

#AAB771 (or 0xAAB771) is unknown color: approx Caper. HEX triplet: AA, B7 and 71. RGB value is (170,183,113). Sum of RGB (Red+Green+Blue) = 170+183+113=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB771 is #55488E. Grayscale: #ABABAB. Windows color (decimal): -5589135 or 7452586. OLE color: 7452586.

HSL color Cylindrical-coordinate representation of color #AAB771: hue angle of 71.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB771 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB170183113-
CMYK0.0700.380.28
HSL71.14º32.71%58.04%-
HSV(B)71.14º38.25%71.76%-
XYZ36.4943.6122.12-
YUV171.1395.19127.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=36.48%
G=39.27%
B=24.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831130.0700.380.2871.1432.7158.04
HexAAB77170261C47213a
Octal2522671617046341074172
Binary101010101011011111100011110100110111001000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB771; }

 p { color: rgb(170,183,113); }

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

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

 a { background-color: rgb(170,183,113); }

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

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

 span { border-color: rgb(170,183,113); }

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