#AAB287

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

Shades of Bud #AAB287

Tints of Bud #AAB287

Color information

#AAB287 (or 0xAAB287) is unknown color: approx Bud. HEX triplet: AA, B2 and 87. RGB value is (170,178,135). Sum of RGB (Red+Green+Blue) = 170+178+135=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB287 is #554D78. Grayscale: #AAAAAA. Windows color (decimal): -5590393 or 8893098. OLE color: 8893098.

HSL color Cylindrical-coordinate representation of color #AAB287: hue angle of 71.16º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB287 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB170178135-
CMYK0.0400.240.30
HSL71.16º21.83%61.37%-
HSV(B)71.16º24.16%69.8%-
XYZ36.8742.1429.11-
YUV170.71107.85127.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=35.20%
G=36.85%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781350.0400.240.3071.1621.8361.37
HexAAB28740181E47163d
Octal2522622074030361072675
Binary10101010101100101000011110001100011110100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB287; }

 p { color: rgb(170,178,135); }

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

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

 a { background-color: rgb(170,178,135); }

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

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

 span { border-color: rgb(170,178,135); }

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