#A7A989

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

Shades of Bud #A7A989

Tints of Bud #A7A989

Color information

#A7A989 (or 0xA7A989) is unknown color: approx Bud. HEX triplet: A7, A9 and 89. RGB value is (167,169,137). Sum of RGB (Red+Green+Blue) = 167+169+137=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A989 is #585676. Grayscale: #A4A4A4. Windows color (decimal): -5789303 or 9021863. OLE color: 9021863.

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

Color convert

RGB167169137-
CMYK0.0100.190.34
HSL63.75º15.69%60%-
HSV(B)63.75º18.93%66.27%-
XYZ34.6438.429.25-
YUV164.75112.34129.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=35.31%
G=35.73%
B=28.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671691370.0100.190.3463.7515.6960
HexA7A98910132240103c
Octal2472512111023421002074
Binary1010011110101001100010011010011100010100000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A989; }

 p { color: rgb(167,169,137); }

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

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

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

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

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

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

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