#A6AC8F

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

Shades of Bud #A6AC8F

Tints of Bud #A6AC8F

Color information

#A6AC8F (or 0xA6AC8F) is unknown color: approx Bud. HEX triplet: A6, AC and 8F. RGB value is (166,172,143). Sum of RGB (Red+Green+Blue) = 166+172+143=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AC8F is #595370. Grayscale: #A7A7A7. Windows color (decimal): -5854065 or 9415846. OLE color: 9415846.

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

Color convert

RGB166172143-
CMYK0.0300.170.33
HSL72.41º14.87%61.76%-
HSV(B)72.41º16.86%67.45%-
XYZ35.4439.631.76-
YUV166.9114.51127.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=34.51%
G=35.76%
B=29.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721430.0300.170.3372.4114.8761.76
HexA6AC8F30112148f3e
Octal2462542173021411101776
Binary1010011010101100100011111101000110000110010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC8F; }

 p { color: rgb(166,172,143); }

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

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

 a { background-color: rgb(166,172,143); }

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

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

 span { border-color: rgb(166,172,143); }

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