#AAAB9A

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

Shades of Bud #AAAB9A

Tints of Bud #AAAB9A

Color information

#AAAB9A (or 0xAAAB9A) is unknown color: approx Bud. HEX triplet: AA, AB and 9A. RGB value is (170,171,154). Sum of RGB (Red+Green+Blue) = 170+171+154=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9A is #555465. Grayscale: #A8A8A8. Windows color (decimal): -5592166 or 10136490. OLE color: 10136490.

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

Color convert

RGB170171154-
CMYK0.0100.100.33
HSL63.53º9.19%63.73%-
HSV(B)63.53º9.94%67.06%-
XYZ36.974036.34-
YUV168.76119.67128.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=34.34%
G=34.55%
B=31.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711540.0100.100.3363.539.1963.73
HexAAAB9A10A2140940
Octal25225323210124110011100
Binary101010101010101110011010101010100001100000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB9A; }

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

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

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

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

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

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

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

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