Html Css Color HEX #93ADAB Hit Grey

📋 copy color: '#93ADAB'

red 147 ◦ green 173 ◦ blue 171

#93ADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #93ADAB

Tints of Hit Grey #93ADAB

RGB

 RED value IS 147 (57.81% from 255) = 29.94%

 GREEN value IS 173 (67.97% from 255) = 35.23%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 29.94%
G = 35.23%
B = 34.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#93ADAB (or 0x93ADAB) is known color: Hit Grey. HEX triplet: 93, AD and AB. RGB value is (147,173,171). Sum of RGB (Red+Green+Blue) = 147+173+171=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAB is #6C5254. Grayscale: #A4A4A4. Windows color (decimal): -7098965 or 11251091. OLE color: 11251091.

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

Color convert

RGB 147 173 171 -
CMYK 0.15 0 0.01 0.32
HSL 175.38º 0.14% 0.63% -
HSV(B) 175.38º 0.15% 0.68% -
XYZ 34.33 39.03 44.25 -
YUV 165 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 147 173 171 0.15 0 0.01 0.32 175.38 0.14 0.63
Hex 93 AD AB F 0 1 20 AF E 3F
Octal 223 255 253 17 0 1 40 257 16 77
Binary 10010011 10101101 10101011 1111 0 1 100000 10101111 1110 111111

Color Harmonies of #93ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADAB

Black with #93ADAB

Text Example


Text Example

White with #93ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93ADAB;
 }
 .AnyTagClassName
 {
   color: #93ADAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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