#AAAA8D

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

Shades of Bud #AAAA8D

Tints of Bud #AAAA8D

Color information

#AAAA8D (or 0xAAAA8D) is unknown color: approx Bud. HEX triplet: AA, AA and 8D. RGB value is (170,170,141). Sum of RGB (Red+Green+Blue) = 170+170+141=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA8D is #555572. Grayscale: #A6A6A6. Windows color (decimal): -5592435 or 9284266. OLE color: 9284266.

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

Color convert

RGB170170141-
CMYK000.170.33
HSL60º14.57%60.98%-
HSV(B)60º17.06%66.67%-
XYZ35.7639.2230.88-
YUV166.69113.5130.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=35.34%
G=35.34%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170141000.170.336014.5760.98
HexAAAA8D0011213cf3d
Octal252252215002141741775
Binary10101010101010101000110100100011000011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA8D; }

 p { color: rgb(170,170,141); }

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

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

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

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

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

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

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