#A6A891

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

Shades of Bud #A6A891

Tints of Bud #A6A891

Color information

#A6A891 (or 0xA6A891) is unknown color: approx Bud. HEX triplet: A6, A8 and 91. RGB value is (166,168,145). Sum of RGB (Red+Green+Blue) = 166+168+145=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A891 is #59576E. Grayscale: #A4A4A4. Windows color (decimal): -5855087 or 9545894. OLE color: 9545894.

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

Color convert

RGB166168145-
CMYK0.0100.140.34
HSL65.22º11.68%61.37%-
HSV(B)65.22º13.69%65.88%-
XYZ34.8438.1632.32-
YUV164.78116.84128.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=34.66%
G=35.07%
B=30.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661681450.0100.140.3465.2211.6861.37
HexA6A89110E2241c3d
Octal2462502211016421011475
Binary10100110101010001001000110111010001010000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A891; }

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

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

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

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

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

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

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

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