#AAB76F

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

Shades of Caper #AAB76F

Tints of Caper #AAB76F

Color information

#AAB76F (or 0xAAB76F) is unknown color: approx Caper. HEX triplet: AA, B7 and 6F. RGB value is (170,183,111). Sum of RGB (Red+Green+Blue) = 170+183+111=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76F is #554890. Grayscale: #ABABAB. Windows color (decimal): -5589137 or 7321514. OLE color: 7321514.

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

Color convert

RGB170183111-
CMYK0.0700.390.28
HSL70.83º33.33%57.65%-
HSV(B)70.83º39.34%71.76%-
XYZ36.3843.5621.53-
YUV170.994.19127.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=36.64%
G=39.44%
B=23.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831110.0700.390.2870.8333.3357.65
HexAAB76F70271C47213a
Octal2522671577047341074172
Binary101010101011011111011111110100111111001000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB76F; }

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

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

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

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

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

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

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

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