#A0AC87

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

Shades of Bud #A0AC87

Tints of Bud #A0AC87

Color information

#A0AC87 (or 0xA0AC87) is unknown color: approx Bud. HEX triplet: A0, AC and 87. RGB value is (160,172,135). Sum of RGB (Red+Green+Blue) = 160+172+135=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC87 is #5F5378. Grayscale: #A4A4A4. Windows color (decimal): -6247289 or 8891552. OLE color: 8891552.

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

Color convert

RGB160172135-
CMYK0.0700.220.33
HSL79.46º18.23%60.2%-
HSV(B)79.46º21.51%67.45%-
XYZ33.6238.7328.62-
YUV164.19111.52125.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=34.26%
G=36.83%
B=28.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721350.0700.220.3379.4618.2360.2
HexA0AC877016214f123c
Octal2402542077026411172274
Binary101000001010110010000111111010110100001100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC87; }

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

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

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

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

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

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

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

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