#A2A98E

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

Shades of Bud #A2A98E

Tints of Bud #A2A98E

Color information

#A2A98E (or 0xA2A98E) is unknown color: approx Bud. HEX triplet: A2, A9 and 8E. RGB value is (162,169,142). Sum of RGB (Red+Green+Blue) = 162+169+142=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A98E is #5D5671. Grayscale: #A3A3A3. Windows color (decimal): -6116978 or 9349538. OLE color: 9349538.

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

Color convert

RGB162169142-
CMYK0.0400.160.34
HSL75.56º13.57%60.98%-
HSV(B)75.56º15.98%66.27%-
XYZ33.9738.0131.14-
YUV163.83115.68126.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=34.25%
G=35.73%
B=30.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691420.0400.160.3475.5613.5760.98
HexA2A98E4010224ce3d
Octal2422512164020421141675
Binary10100010101010011000111010001000010001010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A98E; }

 p { color: rgb(162,169,142); }

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

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

 a { background-color: rgb(162,169,142); }

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

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

 span { border-color: rgb(162,169,142); }

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