#A6B3AD

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

Shades of Skeptic #A6B3AD

Tints of Skeptic #A6B3AD

Color information

#A6B3AD (or 0xA6B3AD) is unknown color: approx Skeptic. HEX triplet: A6, B3 and AD. RGB value is (166,179,173). Sum of RGB (Red+Green+Blue) = 166+179+173=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B3AD is #594C52. Grayscale: #AEAEAE. Windows color (decimal): -5852243 or 11383718. OLE color: 11383718.

HSL color Cylindrical-coordinate representation of color #A6B3AD: hue angle of 152.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B3AD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB166179173-
CMYK0.0700.030.30
HSL152.31º7.88%67.65%-
HSV(B)152.31º7.26%70.2%-
XYZ39.3943.3645.83-
YUV174.43127.19121.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=32.05%
G=34.56%
B=33.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791730.0700.030.30152.317.8867.65
HexA6B3AD7031E98844
Octal2462632557033623010104
Binary101001101011001110101101111011111101001100010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3AD; }

 p { color: rgb(166,179,173); }

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

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

 a { background-color: rgb(166,179,173); }

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

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

 span { border-color: rgb(166,179,173); }

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