#A6AB90

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

Shades of Bud #A6AB90

Tints of Bud #A6AB90

Color information

#A6AB90 (or 0xA6AB90) is unknown color: approx Bud. HEX triplet: A6, AB and 90. RGB value is (166,171,144). Sum of RGB (Red+Green+Blue) = 166+171+144=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB90 is #59546F. Grayscale: #A6A6A6. Windows color (decimal): -5854320 or 9481126. OLE color: 9481126.

HSL color Cylindrical-coordinate representation of color #A6AB90: hue angle of 71.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6AB90 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB166171144-
CMYK0.0300.160.33
HSL71.11º13.85%61.76%-
HSV(B)71.11º15.79%67.06%-
XYZ35.3239.2532.1-
YUV166.43115.34127.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=34.51%
G=35.55%
B=29.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711440.0300.160.3371.1113.8561.76
HexA6AB9030102147e3e
Octal2462532203020411071676
Binary1010011010101011100100001101000010000110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB90; }

 p { color: rgb(166,171,144); }

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

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

 a { background-color: rgb(166,171,144); }

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

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

 span { border-color: rgb(166,171,144); }

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