#AAAB9B

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

Shades of Bud #AAAB9B

Tints of Bud #AAAB9B

Color information

#AAAB9B (or 0xAAAB9B) is unknown color: approx Bud. HEX triplet: AA, AB and 9B. RGB value is (170,171,155). Sum of RGB (Red+Green+Blue) = 170+171+155=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9B is #555464. Grayscale: #A8A8A8. Windows color (decimal): -5592165 or 10202026. OLE color: 10202026.

HSL color Cylindrical-coordinate representation of color #AAAB9B: hue angle of 63.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAB9B is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170171155-
CMYK0.0100.090.33
HSL63.75º8.7%63.92%-
HSV(B)63.75º9.36%67.06%-
XYZ37.0640.0436.79-
YUV168.88120.17128.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=34.27%
G=34.48%
B=31.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711550.0100.090.3363.758.763.92
HexAAAB9B1092140940
Octal25225323310114110011100
Binary101010101010101110011011101001100001100000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB9B; }

 p { color: rgb(170,171,155); }

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

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

 a { background-color: rgb(170,171,155); }

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

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

 span { border-color: rgb(170,171,155); }

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