#A6B7AE

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

Shades of Skeptic #A6B7AE

Tints of Skeptic #A6B7AE

Color information

#A6B7AE (or 0xA6B7AE) is unknown color: approx Skeptic. HEX triplet: A6, B7 and AE. RGB value is (166,183,174). Sum of RGB (Red+Green+Blue) = 166+183+174=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7AE is #594851. Grayscale: #B0B0B0. Windows color (decimal): -5851218 or 11450278. OLE color: 11450278.

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

Color convert

RGB166183174-
CMYK0.0900.050.28
HSL148.24º10.56%68.43%-
HSV(B)148.24º9.29%71.76%-
XYZ40.345.0346.61-
YUV176.89126.37120.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=31.74%
G=34.99%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831740.0900.050.28148.2410.5668.43
HexA6B7AE9051C94b44
Octal24626725611053422413104
Binary10100110101101111010111010010101111001001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7AE; }

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

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

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

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

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

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

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

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