#A3A490

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

Shades of Bud #A3A490

Tints of Bud #A3A490

Color information

#A3A490 (or 0xA3A490) is unknown color: approx Bud. HEX triplet: A3, A4 and 90. RGB value is (163,164,144). Sum of RGB (Red+Green+Blue) = 163+164+144=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A490 is #5C5B6F. Grayscale: #A1A1A1. Windows color (decimal): -6052720 or 9479331. OLE color: 9479331.

HSL color Cylindrical-coordinate representation of color #A3A490: hue angle of 63º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A490 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163164144-
CMYK0.0100.120.36
HSL63º9.9%60.39%-
HSV(B)63º12.2%64.31%-
XYZ33.4136.3531.64-
YUV161.42118.17129.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=34.61%
G=34.82%
B=30.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641440.0100.120.36639.960.39
HexA3A49010C243fa3c
Octal243244220101444771274
Binary1010001110100100100100001011001001001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A490; }

 p { color: rgb(163,164,144); }

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

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

 a { background-color: rgb(163,164,144); }

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

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

 span { border-color: rgb(163,164,144); }

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