Html Css Color HEX #94ACAB Hit Grey

📋 copy color: '#94ACAB'

red 148 ◦ green 172 ◦ blue 171

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

Shades of Hit Grey #94ACAB

Tints of Hit Grey #94ACAB

RGB

 RED value IS 148 (58.2% from 255) = 30.14%

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

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

R = 30.14%
G = 35.03%
B = 34.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#94ACAB (or 0x94ACAB) is known color: Hit Grey. HEX triplet: 94, AC and AB. RGB value is (148,172,171). Sum of RGB (Red+Green+Blue) = 148+172+171=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #94ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ACAB is #6B5354. Grayscale: #A4A4A4. Windows color (decimal): -7033685 or 11250836. OLE color: 11250836.

HSL color Cylindrical-coordinate representation of color #94ACAB: hue angle of 177.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94ACAB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 171 -
CMYK 0.14 0 0.01 0.33
HSL 177.5º 0.13% 0.63% -
HSV(B) 177.5º 0.14% 0.67% -
XYZ 34.32 38.74 44.2 -
YUV 164.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 148 172 171 0.14 0 0.01 0.33 177.5 0.13 0.63
Hex 94 AC AB E 0 1 21 B2 D 3F
Octal 224 254 253 16 0 1 41 262 15 77
Binary 10010100 10101100 10101011 1110 0 1 100001 10110010 1101 111111

Color Harmonies of #94ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACAB

Black with #94ACAB

Text Example


Text Example

White with #94ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ACAB; }

 p { color: rgb(148,172,171); }

 H1.HeaderClassName
 {
   color: #94ACAB;
 }
 .AnyTagClassName
 {
   color: #94ACAB;
 }
</style>

background-color css

<style>
 a { background-color: #94ACAB; }

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

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

border-color css

<style>
 span { border-color: #94ACAB; }

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

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