#A6B9AD

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

Shades of Skeptic #A6B9AD

Tints of Skeptic #A6B9AD

Color information

#A6B9AD (or 0xA6B9AD) is unknown color: approx Skeptic. HEX triplet: A6, B9 and AD. RGB value is (166,185,173). Sum of RGB (Red+Green+Blue) = 166+185+173=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AD is #594652. Grayscale: #B1B1B1. Windows color (decimal): -5850707 or 11385254. OLE color: 11385254.

HSL color Cylindrical-coordinate representation of color #A6B9AD: hue angle of 142.11º 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 #A6B9AD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB166185173-
CMYK0.1000.060.27
HSL142.11º11.95%68.82%-
HSV(B)142.11º10.27%72.55%-
XYZ40.6245.8246.24-
YUV177.95125.21119.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=31.68%
G=35.31%
B=33.02%

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
Decimal1661851730.1000.060.27142.1111.9568.82
HexA6B9ADA061B8ec45
Octal24627125512063321614105
Binary10100110101110011010110110100110110111000111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9AD; }

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

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

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

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

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

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

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

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