#A6B9AE

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

Shades of Skeptic #A6B9AE

Tints of Skeptic #A6B9AE

Color information

#A6B9AE (or 0xA6B9AE) is unknown color: approx Skeptic. HEX triplet: A6, B9 and AE. RGB value is (166,185,174). Sum of RGB (Red+Green+Blue) = 166+185+174=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AE is #594651. Grayscale: #B2B2B2. Windows color (decimal): -5850706 or 11450790. OLE color: 11450790.

HSL color Cylindrical-coordinate representation of color #A6B9AE: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9AE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB166185174-
CMYK0.1000.060.27
HSL145.26º11.95%68.82%-
HSV(B)145.26º10.27%72.55%-
XYZ40.7145.8646.75-
YUV178.06125.71119.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=31.62%
G=35.24%
B=33.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851740.1000.060.27145.2611.9568.82
HexA6B9AEA061B91c45
Octal24627125612063322114105
Binary10100110101110011010111010100110110111001000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9AE; }

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

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

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

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

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

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

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

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