#93A7AA

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

Shades of Botticelli #93A7AA

Tints of Botticelli #93A7AA

Color information

#93A7AA (or 0x93A7AA) is unknown color: approx Botticelli. HEX triplet: 93, A7 and AA. RGB value is (147,167,170). Sum of RGB (Red+Green+Blue) = 147+167+170=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: blue. Hex color #93A7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AA is #6C5855. Grayscale: #A1A1A1. Windows color (decimal): -7100502 or 11184019. OLE color: 11184019.

HSL color Cylindrical-coordinate representation of color #93A7AA: hue angle of 187.83º 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 #93A7AA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147167170-
CMYK0.140.0200.33
HSL187.83º11.92%62.16%-
HSV(B)187.83º13.53%66.67%-
XYZ33.1136.7443.38-
YUV161.36132.87117.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=30.37%
G=34.50%
B=35.12%

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
Decimal1471671700.140.0200.33187.8311.9262.16
Hex93A7AAE2021bcc3e
Octal2232472521620412741476
Binary1001001110100111101010101110100100001101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,170); }

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

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

 a { background-color: rgb(147,167,170); }

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

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

 span { border-color: rgb(147,167,170); }

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