#A6B8AE

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

Shades of Skeptic #A6B8AE

Tints of Skeptic #A6B8AE

Color information

#A6B8AE (or 0xA6B8AE) is unknown color: approx Skeptic. HEX triplet: A6, B8 and AE. RGB value is (166,184,174). Sum of RGB (Red+Green+Blue) = 166+184+174=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AE is #594751. Grayscale: #B1B1B1. Windows color (decimal): -5850962 or 11450534. OLE color: 11450534.

HSL color Cylindrical-coordinate representation of color #A6B8AE: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8AE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB166184174-
CMYK0.1000.050.28
HSL146.67º11.25%68.63%-
HSV(B)146.67º9.78%72.16%-
XYZ40.5145.4446.68-
YUV177.48126.04119.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=31.68%
G=35.11%
B=33.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841740.1000.050.28146.6711.2568.63
HexA6B8AEA051C93b45
Octal24627025612053422313105
Binary10100110101110001010111010100101111001001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B8AE; }

 p { color: rgb(166,184,174); }

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

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

 a { background-color: rgb(166,184,174); }

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

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

 span { border-color: rgb(166,184,174); }

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