#A2A58B

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

Shades of Bud #A2A58B

Tints of Bud #A2A58B

Color information

#A2A58B (or 0xA2A58B) is unknown color: approx Bud. HEX triplet: A2, A5 and 8B. RGB value is (162,165,139). Sum of RGB (Red+Green+Blue) = 162+165+139=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A58B is #5D5A74. Grayscale: #A1A1A1. Windows color (decimal): -6118005 or 9151906. OLE color: 9151906.

HSL color Cylindrical-coordinate representation of color #A2A58B: hue angle of 66.92º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2A58B is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB162165139-
CMYK0.0200.160.35
HSL66.92º12.62%59.61%-
HSV(B)66.92º15.76%64.71%-
XYZ33.0236.4629.72-
YUV161.14115.51128.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=34.76%
G=35.41%
B=29.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621651390.0200.160.3566.9212.6259.61
HexA2A58B20102343d3c
Octal2422452132020431031574
Binary1010001010100101100010111001000010001110000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A58B; }

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

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

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

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

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

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

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

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