#93A8AC

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

Shades of Botticelli #93A8AC

Tints of Botticelli #93A8AC

Color information

#93A8AC (or 0x93A8AC) is unknown color: approx Botticelli. HEX triplet: 93, A8 and AC. RGB value is (147,168,172). Sum of RGB (Red+Green+Blue) = 147+168+172=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #93A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8AC is #6C5753. Grayscale: #A2A2A2. Windows color (decimal): -7100244 or 11315347. OLE color: 11315347.

HSL color Cylindrical-coordinate representation of color #93A8AC: hue angle of 189.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A8AC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147168172-
CMYK0.150.0200.33
HSL189.6º13.09%62.55%-
HSV(B)189.6º14.53%67.45%-
XYZ33.4837.1944.44-
YUV162.18133.54117.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=30.18%
G=34.50%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471681720.150.0200.33189.613.0962.55
Hex93A8ACF2021bed3f
Octal2232502541720412761577
Binary1001001110101000101011001111100100001101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A8AC; }

 p { color: rgb(147,168,172); }

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

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

 a { background-color: rgb(147,168,172); }

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

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

 span { border-color: rgb(147,168,172); }

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