#A8A889

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

Shades of Bud #A8A889

Tints of Bud #A8A889

Color information

#A8A889 (or 0xA8A889) is unknown color: approx Bud. HEX triplet: A8, A8 and 89. RGB value is (168,168,137). Sum of RGB (Red+Green+Blue) = 168+168+137=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A889 is #575776. Grayscale: #A4A4A4. Windows color (decimal): -5724023 or 9021608. OLE color: 9021608.

HSL color Cylindrical-coordinate representation of color #A8A889: hue angle of 60º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A889 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168168137-
CMYK000.180.34
HSL60º15.12%59.8%-
HSV(B)60º18.45%65.88%-
XYZ34.6738.1429.2-
YUV164.47112.5130.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=35.52%
G=35.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168168137000.180.346015.1259.8
HexA8A8890012223cf3c
Octal250250211002242741774
Binary10101000101010001000100100100101000101111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A889; }

 p { color: rgb(168,168,137); }

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

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

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

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

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

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

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