#A6AEAA

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

Shades of Skeptic #A6AEAA

Tints of Skeptic #A6AEAA

Color information

#A6AEAA (or 0xA6AEAA) is unknown color: approx Skeptic. HEX triplet: A6, AE and AA. RGB value is (166,174,170). Sum of RGB (Red+Green+Blue) = 166+174+170=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAA is #595155. Grayscale: #ABABAB. Windows color (decimal): -5853526 or 11185830. OLE color: 11185830.

HSL color Cylindrical-coordinate representation of color #A6AEAA: hue angle of 150º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6AEAA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB166174170-
CMYK0.0500.020.32
HSL150º4.71%66.67%-
HSV(B)150º4.6%68.24%-
XYZ38.1241.2843.99-
YUV171.15127.35124.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=32.55%
G=34.12%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661741700.0500.020.321504.7166.67
HexA6AEAA5022096543
Octal246256252502402265103
Binary101001101010111010101010101010100000100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEAA; }

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

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

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

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

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

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

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

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