Html Css Color HEX #A3B9AB Skeptic

📋 copy color: '#A3B9AB'

red 163 ◦ green 185 ◦ blue 171

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

Shades of Skeptic #A3B9AB

Tints of Skeptic #A3B9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 31.41%
G = 35.65%
B = 32.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A3B9AB (or 0xA3B9AB) is known color: Skeptic. HEX triplet: A3, B9 and AB. RGB value is (163,185,171). Sum of RGB (Red+Green+Blue) = 163+185+171=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9AB is #5C4654. Grayscale: #B0B0B0. Windows color (decimal): -6047317 or 11254179. OLE color: 11254179.

HSL color Cylindrical-coordinate representation of color #A3B9AB: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B9AB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 185 171 -
CMYK 0.12 0 0.08 0.27
HSL 141.82º 0.14% 0.68% -
HSV(B) 141.82º 0.12% 0.73% -
XYZ 39.8 45.42 45.2 -
YUV 176.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 163 185 171 0.12 0 0.08 0.27 141.82 0.14 0.68
Hex A3 B9 AB C 0 8 1B 8E E 44
Octal 243 271 253 14 0 10 33 216 16 104
Binary 10100011 10111001 10101011 1100 0 1000 11011 10001110 1110 1000100

Color Harmonies of #A3B9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B9AB

Black with #A3B9AB

Text Example


Text Example

White with #A3B9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B9AB; }

 p { color: rgb(163,185,171); }

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

background-color css

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

 a { background-color: rgb(163,185,171); }

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

border-color css

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

 span { border-color: rgb(163,185,171); }

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