Html Css Color HEX #A3B9AD Skeptic

📋 copy color: '#A3B9AD'

red 163 ◦ green 185 ◦ blue 173

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

Shades of Skeptic #A3B9AD

Tints of Skeptic #A3B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 31.29%
G = 35.51%
B = 33.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A3B9AD (or 0xA3B9AD) is known color: Skeptic. HEX triplet: A3, B9 and AD. RGB value is (163,185,173). Sum of RGB (Red+Green+Blue) = 163+185+173=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9AD is #5C4652. Grayscale: #B1B1B1. Windows color (decimal): -6047315 or 11385251. OLE color: 11385251.

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

Color convert

RGB 163 185 173 -
CMYK 0.12 0 0.06 0.27
HSL 147.27º 0.14% 0.68% -
HSV(B) 147.27º 0.12% 0.73% -
XYZ 40 45.5 46.21 -
YUV 177.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 163 185 173 0.12 0 0.06 0.27 147.27 0.14 0.68
Hex A3 B9 AD C 0 6 1B 93 E 44
Octal 243 271 255 14 0 6 33 223 16 104
Binary 10100011 10111001 10101101 1100 0 110 11011 10010011 1110 1000100

Color Harmonies of #A3B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B9AD

Black with #A3B9AD

Text Example


Text Example

White with #A3B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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