#A2AA8B

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

Shades of Bud #A2AA8B

Tints of Bud #A2AA8B

Color information

#A2AA8B (or 0xA2AA8B) is unknown color: approx Bud. HEX triplet: A2, AA and 8B. RGB value is (162,170,139). Sum of RGB (Red+Green+Blue) = 162+170+139=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA8B is #5D5574. Grayscale: #A4A4A4. Windows color (decimal): -6116725 or 9153186. OLE color: 9153186.

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

Color convert

RGB162170139-
CMYK0.0500.180.33
HSL75.48º15.42%60.59%-
HSV(B)75.48º18.24%66.67%-
XYZ33.9438.2930.03-
YUV164.07113.85126.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=34.39%
G=36.09%
B=29.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701390.0500.180.3375.4815.4260.59
HexA2AA8B5012214bf3d
Octal2422522135022411131775
Binary10100010101010101000101110101001010000110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA8B; }

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

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

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

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

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

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

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

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