#A6B4AC

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

Shades of Skeptic #A6B4AC

Tints of Skeptic #A6B4AC

Color information

#A6B4AC (or 0xA6B4AC) is unknown color: approx Skeptic. HEX triplet: A6, B4 and AC. RGB value is (166,180,172). Sum of RGB (Red+Green+Blue) = 166+180+172=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4AC is #594B53. Grayscale: #AEAEAE. Windows color (decimal): -5851988 or 11318438. OLE color: 11318438.

HSL color Cylindrical-coordinate representation of color #A6B4AC: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B4AC is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB166180172-
CMYK0.0800.040.29
HSL145.71º8.54%67.84%-
HSV(B)145.71º7.78%70.59%-
XYZ39.4943.7345.39-
YUV174.9126.36121.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=32.05%
G=34.75%
B=33.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801720.0800.040.29145.718.5467.84
HexA6B4AC8041D92944
Octal24626425410043522211104
Binary10100110101101001010110010000100111011001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4AC; }

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

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

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

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

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

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

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

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