#A2A58D

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

Shades of Bud #A2A58D

Tints of Bud #A2A58D

Color information

#A2A58D (or 0xA2A58D) is unknown color: approx Bud. HEX triplet: A2, A5 and 8D. RGB value is (162,165,141). Sum of RGB (Red+Green+Blue) = 162+165+141=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A58D is #5D5A72. Grayscale: #A1A1A1. Windows color (decimal): -6118003 or 9282978. OLE color: 9282978.

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

Color convert

RGB162165141-
CMYK0.0200.150.35
HSL67.5º11.76%60%-
HSV(B)67.5º14.55%64.71%-
XYZ33.1636.5130.5-
YUV161.37116.51128.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=34.62%
G=35.26%
B=30.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621651410.0200.150.3567.511.7660
HexA2A58D20F2344c3c
Octal2422452152017431041474
Binary101000101010010110001101100111110001110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A58D; }

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

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

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

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

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

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

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

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