#A3A48E

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

Shades of Bud #A3A48E

Tints of Bud #A3A48E

Color information

#A3A48E (or 0xA3A48E) is unknown color: approx Bud. HEX triplet: A3, A4 and 8E. RGB value is (163,164,142). Sum of RGB (Red+Green+Blue) = 163+164+142=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A48E is #5C5B71. Grayscale: #A1A1A1. Windows color (decimal): -6052722 or 9348259. OLE color: 9348259.

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

Color convert

RGB163164142-
CMYK0.0100.130.36
HSL62.73º10.78%60%-
HSV(B)62.73º13.41%64.31%-
XYZ33.2636.2930.84-
YUV161.19117.17129.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=34.75%
G=34.97%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641420.0100.130.3662.7310.7860
HexA3A48E10D243fb3c
Octal243244216101544771374
Binary1010001110100100100011101011011001001111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A48E; }

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

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

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

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

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

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

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

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