Html Css Color HEX #93ACAC Hit Grey

📋 copy color: '#93ACAC'

red 147 ◦ green 172 ◦ blue 172

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

Shades of Hit Grey #93ACAC

Tints of Hit Grey #93ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 29.94%
G = 35.03%
B = 35.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#93ACAC (or 0x93ACAC) is known color: Hit Grey. HEX triplet: 93, AC and AC. RGB value is (147,172,172). Sum of RGB (Red+Green+Blue) = 147+172+172=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #93ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACAC is #6C5353. Grayscale: #A4A4A4. Windows color (decimal): -7099220 or 11316371. OLE color: 11316371.

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

Color convert

RGB 147 172 172 -
CMYK 0.15 0 0 0.33
HSL 180º 0.13% 0.63% -
HSV(B) 180º 0.15% 0.67% -
XYZ 34.23 38.69 44.69 -
YUV 164.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 147 172 172 0.15 0 0 0.33 180 0.13 0.63
Hex 93 AC AC F 0 0 21 B4 D 3F
Octal 223 254 254 17 0 0 41 264 15 77
Binary 10010011 10101100 10101100 1111 0 0 100001 10110100 1101 111111

Color Harmonies of #93ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACAC

Black with #93ACAC

Text Example


Text Example

White with #93ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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