Html Css Color HEX #94ABA1 Tower Grey

📋 copy color: '#94ABA1'

red 148 ◦ green 171 ◦ blue 161

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

Shades of Tower Grey #94ABA1

Tints of Tower Grey #94ABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 30.83%
G = 35.63%
B = 33.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#94ABA1 (or 0x94ABA1) is known color: Tower Grey. HEX triplet: 94, AB and A1. RGB value is (148,171,161). Sum of RGB (Red+Green+Blue) = 148+171+161=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #94ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABA1 is #6B545E. Grayscale: #A3A3A3. Windows color (decimal): -7033951 or 10595220. OLE color: 10595220.

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

Color convert

RGB 148 171 161 -
CMYK 0.13 0 0.06 0.33
HSL 153.91º 0.12% 0.63% -
HSV(B) 153.91º 0.13% 0.67% -
XYZ 33.21 37.99 39.3 -
YUV 162.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 148 171 161 0.13 0 0.06 0.33 153.91 0.12 0.63
Hex 94 AB A1 D 0 6 21 9A C 3F
Octal 224 253 241 15 0 6 41 232 14 77
Binary 10010100 10101011 10100001 1101 0 110 100001 10011010 1100 111111

Color Harmonies of #94ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABA1

Black with #94ABA1

Text Example


Text Example

White with #94ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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