#A1AD87

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

Shades of Bud #A1AD87

Tints of Bud #A1AD87

Color information

#A1AD87 (or 0xA1AD87) is unknown color: approx Bud. HEX triplet: A1, AD and 87. RGB value is (161,173,135). Sum of RGB (Red+Green+Blue) = 161+173+135=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD87 is #5E5278. Grayscale: #A5A5A5. Windows color (decimal): -6181497 or 8891809. OLE color: 8891809.

HSL color Cylindrical-coordinate representation of color #A1AD87: hue angle of 78.95º 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 #A1AD87 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB161173135-
CMYK0.0700.220.32
HSL78.95º18.81%60.39%-
HSV(B)78.95º21.97%67.84%-
XYZ34.0139.2128.7-
YUV165.08111.02125.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=34.33%
G=36.89%
B=28.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731350.0700.220.3278.9518.8160.39
HexA1AD877016204f133c
Octal2412552077026401172374
Binary101000011010110110000111111010110100000100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD87; }

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

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

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

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

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

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

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

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