Html Css Color HEX #8FAEA0 Tower Grey

📋 copy color: '#8FAEA0'

red 143 ◦ green 174 ◦ blue 160

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

Shades of Tower Grey #8FAEA0

Tints of Tower Grey #8FAEA0

RGB

 RED value IS 143 (56.25% from 255) = 29.98%

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 29.98%
G = 36.48%
B = 33.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#8FAEA0 (or 0x8FAEA0) is known color: Tower Grey. HEX triplet: 8F, AE and A0. RGB value is (143,174,160). Sum of RGB (Red+Green+Blue) = 143+174+160=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEA0 is #70515F. Grayscale: #A3A3A3. Windows color (decimal): -7360864 or 10530447. OLE color: 10530447.

HSL color Cylindrical-coordinate representation of color #8FAEA0: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAEA0 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 174 160 -
CMYK 0.18 0 0.08 0.32
HSL 152.9º 0.16% 0.62% -
HSV(B) 152.9º 0.18% 0.68% -
XYZ 32.81 38.65 38.99 -
YUV 163.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 143 174 160 0.18 0 0.08 0.32 152.9 0.16 0.62
Hex 8F AE A0 12 0 8 20 99 10 3E
Octal 217 256 240 22 0 10 40 231 20 76
Binary 10001111 10101110 10100000 10010 0 1000 100000 10011001 10000 111110

Color Harmonies of #8FAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEA0

Black with #8FAEA0

Text Example


Text Example

White with #8FAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAEA0; }

 p { color: rgb(143,174,160); }

 H1.HeaderClassName
 {
   color: #8FAEA0;
 }
 .AnyTagClassName
 {
   color: #8FAEA0;
 }
</style>

background-color css

<style>
 a { background-color: #8FAEA0; }

 a { background-color: rgb(143,174,160); }

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

border-color css

<style>
 span { border-color: #8FAEA0; }

 span { border-color: rgb(143,174,160); }

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