#A1AC87

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

Shades of Bud #A1AC87

Tints of Bud #A1AC87

Color information

#A1AC87 (or 0xA1AC87) is unknown color: approx Bud. HEX triplet: A1, AC and 87. RGB value is (161,172,135). Sum of RGB (Red+Green+Blue) = 161+172+135=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC87 is #5E5378. Grayscale: #A4A4A4. Windows color (decimal): -6181753 or 8891553. OLE color: 8891553.

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

Color convert

RGB161172135-
CMYK0.0600.220.33
HSL77.84º18.23%60.2%-
HSV(B)77.84º21.51%67.45%-
XYZ33.8238.8328.63-
YUV164.49111.36125.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=34.40%
G=36.75%
B=28.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721350.0600.220.3377.8418.2360.2
HexA1AC876016214e123c
Octal2412542076026411162274
Binary101000011010110010000111110010110100001100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC87; }

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

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

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

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

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

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

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

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