#AAB77A

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

Shades of Caper #AAB77A

Tints of Caper #AAB77A

Color information

#AAB77A (or 0xAAB77A) is unknown color: approx Caper. HEX triplet: AA, B7 and 7A. RGB value is (170,183,122). Sum of RGB (Red+Green+Blue) = 170+183+122=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB77A is #554885. Grayscale: #ACACAC. Windows color (decimal): -5589126 or 8042410. OLE color: 8042410.

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

Color convert

RGB170183122-
CMYK0.0700.330.28
HSL72.79º29.76%59.8%-
HSV(B)72.79º33.33%71.76%-
XYZ37.0243.8224.92-
YUV172.1699.69126.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=35.79%
G=38.53%
B=25.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831220.0700.330.2872.7929.7659.8
HexAAB77A70211C491e3c
Octal2522671727041341113674
Binary10101010101101111111010111010000111100100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB77A; }

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

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

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

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

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

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

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

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