#A3B4AB

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

Shades of Skeptic #A3B4AB

Tints of Skeptic #A3B4AB

Color information

#A3B4AB (or 0xA3B4AB) is unknown color: approx Skeptic. HEX triplet: A3, B4 and AB. RGB value is (163,180,171). Sum of RGB (Red+Green+Blue) = 163+180+171=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4AB is #5C4B54. Grayscale: #ADADAD. Windows color (decimal): -6048597 or 11252899. OLE color: 11252899.

HSL color Cylindrical-coordinate representation of color #A3B4AB: hue angle of 148.24º 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 #A3B4AB is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB163180171-
CMYK0.0900.050.29
HSL148.24º10.18%67.25%-
HSV(B)148.24º9.44%70.59%-
XYZ38.7843.3744.86-
YUV173.89126.37120.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=31.71%
G=35.02%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801710.0900.050.29148.2410.1867.25
HexA3B4AB9051D94a43
Octal24326425311053522412103
Binary10100011101101001010101110010101111011001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4AB; }

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

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

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

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

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

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

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

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