#A3BAAC

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

Shades of Skeptic #A3BAAC

Tints of Skeptic #A3BAAC

Color information

#A3BAAC (or 0xA3BAAC) is unknown color: approx Skeptic. HEX triplet: A3, BA and AC. RGB value is (163,186,172). Sum of RGB (Red+Green+Blue) = 163+186+172=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAAC is #5C4553. Grayscale: #B1B1B1. Windows color (decimal): -6047060 or 11319971. OLE color: 11319971.

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

Color convert

RGB163186172-
CMYK0.1200.080.27
HSL143.48º14.29%68.43%-
HSV(B)143.48º12.37%72.94%-
XYZ40.1145.8845.77-
YUV177.53124.88117.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=31.29%
G=35.70%
B=33.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861720.1200.080.27143.4814.2968.43
HexA3BAACC081B8fe44
Octal243272254140103321716104
Binary101000111011101010101100110001000110111000111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAAC; }

 p { color: rgb(163,186,172); }

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

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

 a { background-color: rgb(163,186,172); }

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

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

 span { border-color: rgb(163,186,172); }

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