#93A0AC

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

Shades of Grey Chateau #93A0AC

Tints of Grey Chateau #93A0AC

Color information

#93A0AC (or 0x93A0AC) is unknown color: approx Grey Chateau. HEX triplet: 93, A0 and AC. RGB value is (147,160,172). Sum of RGB (Red+Green+Blue) = 147+160+172=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #93A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A0AC is #6C5F53. Grayscale: #9D9D9D. Windows color (decimal): -7102292 or 11313299. OLE color: 11313299.

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

Color convert

RGB147160172-
CMYK0.150.0700.33
HSL208.8º13.09%62.55%-
HSV(B)208.8º14.53%67.45%-
XYZ32.0534.3243.97-
YUV157.48136.19120.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=30.69%
G=33.40%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471601720.150.0700.33208.813.0962.55
Hex93A0ACF7021d1d3f
Octal2232402541770413211577
Binary10010011101000001010110011111110100001110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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