#93A8AB

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

Shades of Botticelli #93A8AB

Tints of Botticelli #93A8AB

Color information

#93A8AB (or 0x93A8AB) is unknown color: approx Botticelli. HEX triplet: 93, A8 and AB. RGB value is (147,168,171). Sum of RGB (Red+Green+Blue) = 147+168+171=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8AB is #6C5754. Grayscale: #A2A2A2. Windows color (decimal): -7100245 or 11249811. OLE color: 11249811.

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

Color convert

RGB147168171-
CMYK0.140.0200.33
HSL187.5º12.5%62.35%-
HSV(B)187.5º14.04%67.06%-
XYZ33.3937.1543.94-
YUV162.06133.04117.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=30.25%
G=34.57%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471681710.140.0200.33187.512.562.35
Hex93A8ABE2021bbc3e
Octal2232502531620412731476
Binary1001001110101000101010111110100100001101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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