Html Css Color HEX #8FAAA8 Hit Grey

📋 copy color: '#8FAAA8'

red 143 ◦ green 170 ◦ blue 168

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

Shades of Hit Grey #8FAAA8

Tints of Hit Grey #8FAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

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

R = 29.73%
G = 35.34%
B = 34.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#8FAAA8 (or 0x8FAAA8) is known color: Hit Grey. HEX triplet: 8F, AA and A8. RGB value is (143,170,168). Sum of RGB (Red+Green+Blue) = 143+170+168=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA8 is #705557. Grayscale: #A1A1A1. Windows color (decimal): -7361880 or 11053711. OLE color: 11053711.

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

Color convert

RGB 143 170 168 -
CMYK 0.16 0 0.01 0.33
HSL 175.56º 0.14% 0.61% -
HSV(B) 175.56º 0.16% 0.67% -
XYZ 32.77 37.42 42.54 -
YUV 161.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 143 170 168 0.16 0 0.01 0.33 175.56 0.14 0.61
Hex 8F AA A8 10 0 1 21 B0 E 3D
Octal 217 252 250 20 0 1 41 260 16 75
Binary 10001111 10101010 10101000 10000 0 1 100001 10110000 1110 111101

Color Harmonies of #8FAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAA8

Black with #8FAAA8

Text Example


Text Example

White with #8FAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,168); }

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

background-color css

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

 a { background-color: rgb(143,170,168); }

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

border-color css

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

 span { border-color: rgb(143,170,168); }

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