Html Css Color HEX #A7B3AC Skeptic

📋 copy color: '#A7B3AC'

red 167 ◦ green 179 ◦ blue 172

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

Shades of Skeptic #A7B3AC

Tints of Skeptic #A7B3AC

RGB

 RED value IS 167 (65.63% from 255) = 32.24%

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 32.24%
G = 34.56%
B = 33.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#A7B3AC (or 0xA7B3AC) is known color: Skeptic. HEX triplet: A7, B3 and AC. RGB value is (167,179,172). Sum of RGB (Red+Green+Blue) = 167+179+172=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B3AC is #584C53. Grayscale: #AEAEAE. Windows color (decimal): -5786708 or 11318183. OLE color: 11318183.

HSL color Cylindrical-coordinate representation of color #A7B3AC: hue angle of 145º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B3AC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 172 -
CMYK 0.07 0 0.04 0.30
HSL 145º 0.07% 0.68% -
HSV(B) 145º 0.07% 0.7% -
XYZ 39.5 43.43 45.33 -
YUV 174.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 167 179 172 0.07 0 0.04 0.30 145 0.07 0.68
Hex A7 B3 AC 7 0 4 1E 91 7 44
Octal 247 263 254 7 0 4 36 221 7 104
Binary 10100111 10110011 10101100 111 0 100 11110 10010001 111 1000100

Color Harmonies of #A7B3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B3AC

Black with #A7B3AC

Text Example


Text Example

White with #A7B3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B3AC; }

 p { color: rgb(167,179,172); }

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

background-color css

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

 a { background-color: rgb(167,179,172); }

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

border-color css

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

 span { border-color: rgb(167,179,172); }

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