#A1A689

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

Shades of Bud #A1A689

Tints of Bud #A1A689

Color information

#A1A689 (or 0xA1A689) is unknown color: approx Bud. HEX triplet: A1, A6 and 89. RGB value is (161,166,137). Sum of RGB (Red+Green+Blue) = 161+166+137=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A689 is #5E5976. Grayscale: #A1A1A1. Windows color (decimal): -6183287 or 9021089. OLE color: 9021089.

HSL color Cylindrical-coordinate representation of color #A1A689: hue angle of 70.34º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1A689 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB161166137-
CMYK0.0300.170.35
HSL70.34º14.01%59.41%-
HSV(B)70.34º17.47%65.1%-
XYZ32.8536.6629.01-
YUV161.2114.34127.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=34.70%
G=35.78%
B=29.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661370.0300.170.3570.3414.0159.41
HexA1A68930112346e3b
Octal2412462113021431061673
Binary1010000110100110100010011101000110001110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A689; }

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

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

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

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

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

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

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

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