#AAB186

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

Shades of Bud #AAB186

Tints of Bud #AAB186

Color information

#AAB186 (or 0xAAB186) is unknown color: approx Bud. HEX triplet: AA, B1 and 86. RGB value is (170,177,134). Sum of RGB (Red+Green+Blue) = 170+177+134=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB186 is #554E79. Grayscale: #AAAAAA. Windows color (decimal): -5590650 or 8827306. OLE color: 8827306.

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

Color convert

RGB170177134-
CMYK0.0400.240.31
HSL69.77º21.61%60.98%-
HSV(B)69.77º24.29%69.41%-
XYZ36.641.7128.68-
YUV170107.68128-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=35.34%
G=36.80%
B=27.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771340.0400.240.3169.7721.6160.98
HexAAB18640181F46163d
Octal2522612064030371062675
Binary10101010101100011000011010001100011111100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB186; }

 p { color: rgb(170,177,134); }

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

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

 a { background-color: rgb(170,177,134); }

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

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

 span { border-color: rgb(170,177,134); }

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