#A3A48B

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

Shades of Bud #A3A48B

Tints of Bud #A3A48B

Color information

#A3A48B (or 0xA3A48B) is unknown color: approx Bud. HEX triplet: A3, A4 and 8B. RGB value is (163,164,139). Sum of RGB (Red+Green+Blue) = 163+164+139=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A48B is #5C5B74. Grayscale: #A0A0A0. Windows color (decimal): -6052725 or 9151651. OLE color: 9151651.

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

Color convert

RGB163164139-
CMYK0.0100.150.36
HSL62.4º12.08%59.41%-
HSV(B)62.4º15.24%64.31%-
XYZ33.0436.229.67-
YUV160.85115.67129.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=34.98%
G=35.19%
B=29.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641390.0100.150.3662.412.0859.41
HexA3A48B10F243ec3b
Octal243244213101744761473
Binary1010001110100100100010111011111001001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A48B; }

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

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

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

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

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

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

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

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