#A3A887

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

Shades of Bud #A3A887

Tints of Bud #A3A887

Color information

#A3A887 (or 0xA3A887) is unknown color: approx Bud. HEX triplet: A3, A8 and 87. RGB value is (163,168,135). Sum of RGB (Red+Green+Blue) = 163+168+135=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A887 is #5C5778. Grayscale: #A2A2A2. Windows color (decimal): -6051705 or 8890531. OLE color: 8890531.

HSL color Cylindrical-coordinate representation of color #A3A887: hue angle of 69.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3A887 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB163168135-
CMYK0.0300.200.34
HSL69.09º15.94%59.41%-
HSV(B)69.09º19.64%65.88%-
XYZ33.4837.5428.4-
YUV162.74112.34128.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=34.98%
G=36.05%
B=28.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631681350.0300.200.3469.0915.9459.41
HexA3A88730142245103b
Octal2432502073024421052073
Binary10100011101010001000011111010100100010100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A887; }

 p { color: rgb(163,168,135); }

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

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

 a { background-color: rgb(163,168,135); }

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

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

 span { border-color: rgb(163,168,135); }

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