#A3AD87

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

Shades of Bud #A3AD87

Tints of Bud #A3AD87

Color information

#A3AD87 (or 0xA3AD87) is unknown color: approx Bud. HEX triplet: A3, AD and 87. RGB value is (163,173,135). Sum of RGB (Red+Green+Blue) = 163+173+135=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD87 is #5C5278. Grayscale: #A5A5A5. Windows color (decimal): -6050425 or 8891811. OLE color: 8891811.

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

Color convert

RGB163173135-
CMYK0.0600.220.32
HSL75.79º18.81%60.39%-
HSV(B)75.79º21.97%67.84%-
XYZ34.4239.4228.72-
YUV165.68110.69126.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=34.61%
G=36.73%
B=28.66%

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
Decimal1631731350.0600.220.3275.7918.8160.39
HexA3AD876016204c133c
Octal2432552076026401142374
Binary101000111010110110000111110010110100000100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD87; }

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

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

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

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

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

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

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

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