#A3AE87

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

Shades of Bud #A3AE87

Tints of Bud #A3AE87

Color information

#A3AE87 (or 0xA3AE87) is unknown color: approx Bud. HEX triplet: A3, AE and 87. RGB value is (163,174,135). Sum of RGB (Red+Green+Blue) = 163+174+135=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE87 is #5C5178. Grayscale: #A6A6A6. Windows color (decimal): -6050169 or 8892067. OLE color: 8892067.

HSL color Cylindrical-coordinate representation of color #A3AE87: hue angle of 76.92º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3AE87 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB163174135-
CMYK0.0600.220.32
HSL76.92º19.4%60.59%-
HSV(B)76.92º22.41%68.24%-
XYZ34.6139.8128.78-
YUV166.26110.36125.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=34.53%
G=36.86%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631741350.0600.220.3276.9219.460.59
HexA3AE876016204d133d
Octal2432562076026401152375
Binary101000111010111010000111110010110100000100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE87; }

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

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

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

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

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

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

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

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