#A6AB8B

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

Shades of Bud #A6AB8B

Tints of Bud #A6AB8B

Color information

#A6AB8B (or 0xA6AB8B) is unknown color: approx Bud. HEX triplet: A6, AB and 8B. RGB value is (166,171,139). Sum of RGB (Red+Green+Blue) = 166+171+139=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB8B is #595474. Grayscale: #A5A5A5. Windows color (decimal): -5854325 or 9153446. OLE color: 9153446.

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

Color convert

RGB166171139-
CMYK0.0300.190.33
HSL69.38º16%60.78%-
HSV(B)69.38º18.71%67.06%-
XYZ34.9539.130.13-
YUV165.86112.84128.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=34.87%
G=35.92%
B=29.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711390.0300.190.3369.381660.78
HexA6AB8B30132145103d
Octal2462532133023411052075
Binary10100110101010111000101111010011100001100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB8B; }

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

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

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

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

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

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

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

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