#93A1AA

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

Shades of Grey Chateau #93A1AA

Tints of Grey Chateau #93A1AA

Color information

#93A1AA (or 0x93A1AA) is unknown color: approx Grey Chateau. HEX triplet: 93, A1 and AA. RGB value is (147,161,170). Sum of RGB (Red+Green+Blue) = 147+161+170=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #93A1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A1AA is #6C5E55. Grayscale: #9D9D9D. Windows color (decimal): -7102038 or 11182483. OLE color: 11182483.

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

Color convert

RGB147161170-
CMYK0.140.0500.33
HSL203.48º11.92%62.16%-
HSV(B)203.48º13.53%66.67%-
XYZ32.0334.643.02-
YUV157.84134.86120.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=30.75%
G=33.68%
B=35.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471611700.140.0500.33203.4811.9262.16
Hex93A1AAE5021cbc3e
Octal2232412521650413131476
Binary10010011101000011010101011101010100001110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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