Html Css Color HEX #A6B7AC Skeptic

📋 copy color: '#A6B7AC'

red 166 ◦ green 183 ◦ blue 172

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

Shades of Skeptic #A6B7AC

Tints of Skeptic #A6B7AC

RGB

 RED value IS 166 (65.23% from 255) = 31.86%

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 172 (67.58% from 255) = 33.01%

R = 31.86%
G = 35.12%
B = 33.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#A6B7AC (or 0xA6B7AC) is known color: Skeptic. HEX triplet: A6, B7 and AC. RGB value is (166,183,172). Sum of RGB (Red+Green+Blue) = 166+183+172=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7AC is #594853. Grayscale: #B0B0B0. Windows color (decimal): -5851220 or 11319206. OLE color: 11319206.

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

Color convert

RGB 166 183 172 -
CMYK 0.09 0 0.06 0.28
HSL 141.18º 0.11% 0.68% -
HSV(B) 141.18º 0.09% 0.72% -
XYZ 40.11 44.95 45.59 -
YUV 176.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 166 183 172 0.09 0 0.06 0.28 141.18 0.11 0.68
Hex A6 B7 AC 9 0 6 1C 8D B 44
Octal 246 267 254 11 0 6 34 215 13 104
Binary 10100110 10110111 10101100 1001 0 110 11100 10001101 1011 1000100

Color Harmonies of #A6B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7AC

Black with #A6B7AC

Text Example


Text Example

White with #A6B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7AC; }

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

 H1.HeaderClassName
 {
   color: #A6B7AC;
 }
 .AnyTagClassName
 {
   color: #A6B7AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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