Html Css Color HEX #93A8A6 Hit Grey

📋 copy color: '#93A8A6'

red 147 ◦ green 168 ◦ blue 166

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

Shades of Hit Grey #93A8A6

Tints of Hit Grey #93A8A6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 30.56%
G = 34.93%
B = 34.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#93A8A6 (or 0x93A8A6) is known color: Hit Grey. HEX triplet: 93, A8 and A6. RGB value is (147,168,166). Sum of RGB (Red+Green+Blue) = 147+168+166=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 168 - color contains mainly: green. Hex color #93A8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A8A6 is #6C5759. Grayscale: #A1A1A1. Windows color (decimal): -7100250 or 10922131. OLE color: 10922131.

HSL color Cylindrical-coordinate representation of color #93A8A6: hue angle of 174.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A8A6 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 168 166 -
CMYK 0.13 0 0.01 0.34
HSL 174.29º 0.11% 0.62% -
HSV(B) 174.29º 0.13% 0.66% -
XYZ 32.92 36.96 41.48 -
YUV 161.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 147 168 166 0.13 0 0.01 0.34 174.29 0.11 0.62
Hex 93 A8 A6 D 0 1 22 AE B 3E
Octal 223 250 246 15 0 1 42 256 13 76
Binary 10010011 10101000 10100110 1101 0 1 100010 10101110 1011 111110

Color Harmonies of #93A8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8A6

Black with #93A8A6

Text Example


Text Example

White with #93A8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,168,166); }

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

background-color css

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

 a { background-color: rgb(147,168,166); }

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

border-color css

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

 span { border-color: rgb(147,168,166); }

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