#A3B4AD

Color #A3B4AD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #A3B4AD

Tints of Skeptic #A3B4AD

Color information

#A3B4AD (or 0xA3B4AD) is unknown color: approx Skeptic. HEX triplet: A3, B4 and AD. RGB value is (163,180,173). Sum of RGB (Red+Green+Blue) = 163+180+173=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4AD is #5C4B52. Grayscale: #AEAEAE. Windows color (decimal): -6048595 or 11383971. OLE color: 11383971.

HSL color Cylindrical-coordinate representation of color #A3B4AD: hue angle of 155.29º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4AD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB163180173-
CMYK0.0900.040.29
HSL155.29º10.18%67.25%-
HSV(B)155.29º9.44%70.59%-
XYZ38.9743.4545.87-
YUV174.12127.37120.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=31.59%
G=34.88%
B=33.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801730.0900.040.29155.2910.1867.25
HexA3B4AD9041D9ba43
Octal24326425511043523312103
Binary10100011101101001010110110010100111011001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4AD; }

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

 H1.HeaderClassName
 {
   color: #A3B4AD;
 }
 .AnyTagClassName
 {
   color: #A3B4AD;
 }
</style>
background-color css

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

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

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

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

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

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