#A1A691

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

Shades of Bud #A1A691

Tints of Bud #A1A691

Color information

#A1A691 (or 0xA1A691) is unknown color: approx Bud. HEX triplet: A1, A6 and 91. RGB value is (161,166,145). Sum of RGB (Red+Green+Blue) = 161+166+145=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A691 is #5E596E. Grayscale: #A2A2A2. Windows color (decimal): -6183279 or 9545377. OLE color: 9545377.

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

Color convert

RGB161166145-
CMYK0.0300.130.35
HSL74.29º10.55%60.98%-
HSV(B)74.29º12.65%65.1%-
XYZ33.4436.8932.15-
YUV162.11118.34127.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=34.11%
G=35.17%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661450.0300.130.3574.2910.5560.98
HexA1A69130D234ab3d
Octal2412462213015431121375
Binary101000011010011010010001110110110001110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A691; }

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

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

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

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

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

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

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

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