#A2A890

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

Shades of Bud #A2A890

Tints of Bud #A2A890

Color information

#A2A890 (or 0xA2A890) is unknown color: approx Bud. HEX triplet: A2, A8 and 90. RGB value is (162,168,144). Sum of RGB (Red+Green+Blue) = 162+168+144=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A890 is #5D576F. Grayscale: #A3A3A3. Windows color (decimal): -6117232 or 9480354. OLE color: 9480354.

HSL color Cylindrical-coordinate representation of color #A2A890: hue angle of 75º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2A890 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB162168144-
CMYK0.0400.140.34
HSL75º12.12%61.18%-
HSV(B)75º14.29%65.88%-
XYZ33.9437.731.87-
YUV163.47117.01126.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=34.18%
G=35.44%
B=30.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621681440.0400.140.347512.1261.18
HexA2A89040E224bc3d
Octal2422502204016421131475
Binary1010001010101000100100001000111010001010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A890; }

 p { color: rgb(162,168,144); }

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

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

 a { background-color: rgb(162,168,144); }

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

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

 span { border-color: rgb(162,168,144); }

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