Html Css Color HEX #A3B1A9 Skeptic

📋 copy color: '#A3B1A9'

red 163 ◦ green 177 ◦ blue 169

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

Shades of Skeptic #A3B1A9

Tints of Skeptic #A3B1A9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 32.02%
G = 34.77%
B = 33.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#A3B1A9 (or 0xA3B1A9) is known color: Skeptic. HEX triplet: A3, B1 and A9. RGB value is (163,177,169). Sum of RGB (Red+Green+Blue) = 163+177+169=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B1A9 is #5C4E56. Grayscale: #ABABAB. Windows color (decimal): -6049367 or 11121059. OLE color: 11121059.

HSL color Cylindrical-coordinate representation of color #A3B1A9: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3B1A9 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 177 169 -
CMYK 0.08 0 0.05 0.31
HSL 145.71º 0.08% 0.67% -
HSV(B) 145.71º 0.08% 0.69% -
XYZ 37.99 42.1 43.66 -
YUV 171.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 163 177 169 0.08 0 0.05 0.31 145.71 0.08 0.67
Hex A3 B1 A9 8 0 5 1F 92 8 43
Octal 243 261 251 10 0 5 37 222 10 103
Binary 10100011 10110001 10101001 1000 0 101 11111 10010010 1000 1000011

Color Harmonies of #A3B1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B1A9

Black with #A3B1A9

Text Example


Text Example

White with #A3B1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B1A9; }

 p { color: rgb(163,177,169); }

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

background-color css

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

 a { background-color: rgb(163,177,169); }

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

border-color css

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

 span { border-color: rgb(163,177,169); }

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