#A3B3AB

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

Shades of Skeptic #A3B3AB

Tints of Skeptic #A3B3AB

Color information

#A3B3AB (or 0xA3B3AB) is unknown color: approx Skeptic. HEX triplet: A3, B3 and AB. RGB value is (163,179,171). Sum of RGB (Red+Green+Blue) = 163+179+171=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3AB is #5C4C54. Grayscale: #ADADAD. Windows color (decimal): -6048853 or 11252643. OLE color: 11252643.

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

Color convert

RGB163179171-
CMYK0.0900.040.30
HSL150º9.52%67.06%-
HSV(B)150º8.94%70.2%-
XYZ38.5842.9744.79-
YUV173.3126.7120.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=31.77%
G=34.89%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791710.0900.040.301509.5267.06
HexA3B3AB9041E96a43
Octal24326325311043622612103
Binary10100011101100111010101110010100111101001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B3AB; }

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

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

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

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

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

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

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

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