#AAAA8A

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

Shades of Bud #AAAA8A

Tints of Bud #AAAA8A

Color information

#AAAA8A (or 0xAAAA8A) is unknown color: approx Bud. HEX triplet: AA, AA and 8A. RGB value is (170,170,138). Sum of RGB (Red+Green+Blue) = 170+170+138=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA8A is #555575. Grayscale: #A6A6A6. Windows color (decimal): -5592438 or 9087658. OLE color: 9087658.

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

Color convert

RGB170170138-
CMYK000.190.33
HSL60º15.84%60.39%-
HSV(B)60º18.82%66.67%-
XYZ35.5439.1329.72-
YUV166.35112130.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=35.56%
G=35.56%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170138000.190.336015.8460.39
HexAAAA8A0013213c103c
Octal252252212002341742074
Binary101010101010101010001010001001110000111110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA8A; }

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

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

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

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

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

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

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

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