#AAAA8C

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

Shades of Bud #AAAA8C

Tints of Bud #AAAA8C

Color information

#AAAA8C (or 0xAAAA8C) is unknown color: approx Bud. HEX triplet: AA, AA and 8C. RGB value is (170,170,140). Sum of RGB (Red+Green+Blue) = 170+170+140=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA8C is #555573. Grayscale: #A6A6A6. Windows color (decimal): -5592436 or 9218730. OLE color: 9218730.

HSL color Cylindrical-coordinate representation of color #AAAA8C: 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.18%. Process color model (Four color, CMYK) of #AAAA8C is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170170140-
CMYK000.180.33
HSL60º15%60.78%-
HSV(B)60º17.65%66.67%-
XYZ35.6939.1930.49-
YUV166.58113130.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=35.42%
G=35.42%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170140000.180.33601560.78
HexAAAA8C0012213cf3d
Octal252252214002241741775
Binary10101010101010101000110000100101000011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA8C; }

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

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

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

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

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

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

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

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