#A0A493

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

Shades of Bud #A0A493

Tints of Bud #A0A493

Color information

#A0A493 (or 0xA0A493) is unknown color: approx Bud. HEX triplet: A0, A4 and 93. RGB value is (160,164,147). Sum of RGB (Red+Green+Blue) = 160+164+147=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A493 is #5F5B6C. Grayscale: #A0A0A0. Windows color (decimal): -6249325 or 9675936. OLE color: 9675936.

HSL color Cylindrical-coordinate representation of color #A0A493: hue angle of 74.12º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0A493 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB160164147-
CMYK0.0200.100.36
HSL74.12º8.54%60.98%-
HSV(B)74.12º10.37%64.31%-
XYZ33.0436.1332.84-
YUV160.87120.17127.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=33.97%
G=34.82%
B=31.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641470.0200.100.3674.128.5460.98
HexA0A49320A244a93d
Octal2402442232012441121175
Binary101000001010010010010011100101010010010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A493; }

 p { color: rgb(160,164,147); }

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

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

 a { background-color: rgb(160,164,147); }

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

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

 span { border-color: rgb(160,164,147); }

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