#AAB770

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

Shades of Caper #AAB770

Tints of Caper #AAB770

Color information

#AAB770 (or 0xAAB770) is unknown color: approx Caper. HEX triplet: AA, B7 and 70. RGB value is (170,183,112). Sum of RGB (Red+Green+Blue) = 170+183+112=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB770 is #55488F. Grayscale: #ABABAB. Windows color (decimal): -5589136 or 7387050. OLE color: 7387050.

HSL color Cylindrical-coordinate representation of color #AAB770: hue angle of 70.99º 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 #AAB770 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB170183112-
CMYK0.0700.390.28
HSL70.99º33.02%57.84%-
HSV(B)70.99º38.8%71.76%-
XYZ36.4443.5821.82-
YUV171.0294.69127.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=36.56%
G=39.35%
B=24.09%

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
Decimal1701831120.0700.390.2870.9933.0257.84
HexAAB77070271C47213a
Octal2522671607047341074172
Binary101010101011011111100001110100111111001000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB770; }

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

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

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

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

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

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

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

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