Html Css Color HEX #A3B7AF Skeptic

📋 copy color: '#A3B7AF'

red 163 ◦ green 183 ◦ blue 175

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

Shades of Skeptic #A3B7AF

Tints of Skeptic #A3B7AF

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

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

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 31.29%
G = 35.12%
B = 33.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#A3B7AF (or 0xA3B7AF) is known color: Skeptic. HEX triplet: A3, B7 and AF. RGB value is (163,183,175). Sum of RGB (Red+Green+Blue) = 163+183+175=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7AF is #5C4850. Grayscale: #B0B0B0. Windows color (decimal): -6047825 or 11515811. OLE color: 11515811.

HSL color Cylindrical-coordinate representation of color #A3B7AF: hue angle of 156º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7AF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 183 175 -
CMYK 0.11 0 0.04 0.28
HSL 156º 0.12% 0.68% -
HSV(B) 156º 0.11% 0.72% -
XYZ 39.78 44.75 47.1 -
YUV 176.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 163 183 175 0.11 0 0.04 0.28 156 0.12 0.68
Hex A3 B7 AF B 0 4 1C 9C C 44
Octal 243 267 257 13 0 4 34 234 14 104
Binary 10100011 10110111 10101111 1011 0 100 11100 10011100 1100 1000100

Color Harmonies of #A3B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B7AF

Black with #A3B7AF

Text Example


Text Example

White with #A3B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B7AF; }

 p { color: rgb(163,183,175); }

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

background-color css

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

 a { background-color: rgb(163,183,175); }

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

border-color css

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

 span { border-color: rgb(163,183,175); }

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