#A0A58D

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

Shades of Bud #A0A58D

Tints of Bud #A0A58D

Color information

#A0A58D (or 0xA0A58D) is unknown color: approx Bud. HEX triplet: A0, A5 and 8D. RGB value is (160,165,141). Sum of RGB (Red+Green+Blue) = 160+165+141=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A58D is #5F5A72. Grayscale: #A0A0A0. Windows color (decimal): -6249075 or 9282976. OLE color: 9282976.

HSL color Cylindrical-coordinate representation of color #A0A58D: hue angle of 72.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 #A0A58D is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB160165141-
CMYK0.0300.150.35
HSL72.5º11.76%60%-
HSV(B)72.5º14.55%64.71%-
XYZ32.7636.3130.48-
YUV160.77116.84127.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=34.33%
G=35.41%
B=30.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601651410.0300.150.3572.511.7660
HexA0A58D30F2348c3c
Octal2402452153017431101474
Binary101000001010010110001101110111110001110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A58D; }

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

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

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

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

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

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

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

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