#A2AA8D

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

Shades of Bud #A2AA8D

Tints of Bud #A2AA8D

Color information

#A2AA8D (or 0xA2AA8D) is unknown color: approx Bud. HEX triplet: A2, AA and 8D. RGB value is (162,170,141). Sum of RGB (Red+Green+Blue) = 162+170+141=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA8D is #5D5572. Grayscale: #A4A4A4. Windows color (decimal): -6116723 or 9284258. OLE color: 9284258.

HSL color Cylindrical-coordinate representation of color #A2AA8D: hue angle of 76.55º 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 #A2AA8D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB162170141-
CMYK0.0500.170.33
HSL76.55º14.57%60.98%-
HSV(B)76.55º17.06%66.67%-
XYZ34.0838.3530.81-
YUV164.3114.85126.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=34.25%
G=35.94%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701410.0500.170.3376.5514.5760.98
HexA2AA8D5011214df3d
Octal2422522155021411151775
Binary10100010101010101000110110101000110000110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA8D; }

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

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

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

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

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

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

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

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