#A8AA87

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

Shades of Bud #A8AA87

Tints of Bud #A8AA87

Color information

#A8AA87 (or 0xA8AA87) is unknown color: approx Bud. HEX triplet: A8, AA and 87. RGB value is (168,170,135). Sum of RGB (Red+Green+Blue) = 168+170+135=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA87 is #575578. Grayscale: #A5A5A5. Windows color (decimal): -5723513 or 8891048. OLE color: 8891048.

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

Color convert

RGB168170135-
CMYK0.0100.210.33
HSL63.43º17.07%59.8%-
HSV(B)63.43º20.59%66.67%-
XYZ34.938.8228.58-
YUV165.41110.84129.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=35.52%
G=35.94%
B=28.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701350.0100.210.3363.4317.0759.8
HexA8AA871015213f113c
Octal250252207102541772174
Binary101010001010101010000111101010110000111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA87; }

 p { color: rgb(168,170,135); }

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

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

 a { background-color: rgb(168,170,135); }

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

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

 span { border-color: rgb(168,170,135); }

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