Html Css Color HEX #A6B8AE Skeptic

📋 copy color: '#A6B8AE'

red 166 ◦ green 184 ◦ blue 174

#A6B8AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #A6B8AE

Tints of Skeptic #A6B8AE

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 value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#A6B8AE (or 0xA6B8AE) is known color: 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

RGB 166 184 174 -
CMYK 0.10 0 0.05 0.28
HSL 146.67º 0.11% 0.69% -
HSV(B) 146.67º 0.1% 0.72% -
XYZ 40.51 45.44 46.68 -
YUV 177.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 166 184 174 0.10 0 0.05 0.28 146.67 0.11 0.69
Hex A6 B8 AE A 0 5 1C 93 B 45
Octal 246 270 256 12 0 5 34 223 13 105
Binary 10100110 10111000 10101110 1010 0 101 11100 10010011 1011 1000101

Color Harmonies of #A6B8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8AE

Black with #A6B8AE

Text Example


Text Example

White with #A6B8AE

Text Example


Text Example

HTML Codes & Css Web 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>