#93ACAD

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

Shades of Botticelli #93ACAD

Tints of Botticelli #93ACAD

Color information

#93ACAD (or 0x93ACAD) is unknown color: approx Botticelli. HEX triplet: 93, AC and AD. RGB value is (147,172,173). Sum of RGB (Red+Green+Blue) = 147+172+173=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #93ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACAD is #6C5352. Grayscale: #A4A4A4. Windows color (decimal): -7099219 or 11381907. OLE color: 11381907.

HSL color Cylindrical-coordinate representation of color #93ACAD: hue angle of 182.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ACAD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147172173-
CMYK0.150.0100.32
HSL182.31º13.68%62.75%-
HSV(B)182.31º15.03%67.84%-
XYZ34.3338.7345.2-
YUV164.64132.72115.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=29.88%
G=34.96%
B=35.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471721730.150.0100.32182.3113.6862.75
Hex93ACADF1020b6e3f
Octal2232542551710402661677
Binary100100111010110010101101111110100000101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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