#A1A989

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

Shades of Bud #A1A989

Tints of Bud #A1A989

Color information

#A1A989 (or 0xA1A989) is unknown color: approx Bud. HEX triplet: A1, A9 and 89. RGB value is (161,169,137). Sum of RGB (Red+Green+Blue) = 161+169+137=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A989 is #5E5676. Grayscale: #A3A3A3. Windows color (decimal): -6182519 or 9021857. OLE color: 9021857.

HSL color Cylindrical-coordinate representation of color #A1A989: hue angle of 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 #A1A989 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB161169137-
CMYK0.0500.190.34
HSL75º15.69%60%-
HSV(B)75º18.93%66.27%-
XYZ33.437.7629.19-
YUV162.96113.35126.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=34.48%
G=36.19%
B=29.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691370.0500.190.347515.6960
HexA1A9895013224b103c
Octal2412512115023421132074
Binary101000011010100110001001101010011100010100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A989; }

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

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

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

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

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

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

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

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