#AAB776

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

Shades of Caper #AAB776

Tints of Caper #AAB776

Color information

#AAB776 (or 0xAAB776) is unknown color: approx Caper. HEX triplet: AA, B7 and 76. RGB value is (170,183,118). Sum of RGB (Red+Green+Blue) = 170+183+118=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB776 is #554889. Grayscale: #ABABAB. Windows color (decimal): -5589130 or 7780266. OLE color: 7780266.

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

Color convert

RGB170183118-
CMYK0.0700.360.28
HSL72º31.1%59.02%-
HSV(B)72º35.52%71.76%-
XYZ36.7843.7223.64-
YUV171.797.69126.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=36.09%
G=38.85%
B=25.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831180.0700.360.287231.159.02
HexAAB77670241C481f3b
Octal2522671667044341103773
Binary10101010101101111110110111010010011100100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB776; }

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

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

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

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

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

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

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

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