Html Css Color HEX #8FA191 Pewter

📋 copy color: '#8FA191'

red 143 ◦ green 161 ◦ blue 145

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

Shades of Pewter #8FA191

Tints of Pewter #8FA191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 31.85%
G = 35.86%
B = 32.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#8FA191 (or 0x8FA191) is known color: Pewter. HEX triplet: 8F, A1 and 91. RGB value is (143,161,145). Sum of RGB (Red+Green+Blue) = 143+161+145=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA191 is #705E6E. Grayscale: #999999. Windows color (decimal): -7364207 or 9544079. OLE color: 9544079.

HSL color Cylindrical-coordinate representation of color #8FA191: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA191 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 145 -
CMYK 0.11 0 0.10 0.37
HSL 126.67º 0.09% 0.6% -
HSV(B) 126.67º 0.11% 0.63% -
XYZ 29.18 33.37 31.69 -
YUV 153.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 143 161 145 0.11 0 0.10 0.37 126.67 0.09 0.6
Hex 8F A1 91 B 0 A 25 7F 9 3C
Octal 217 241 221 13 0 12 45 177 11 74
Binary 10001111 10100001 10010001 1011 0 1010 100101 1111111 1001 111100

Color Harmonies of #8FA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA191

Black with #8FA191

Text Example


Text Example

White with #8FA191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,161,145); }

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

background-color css

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

 a { background-color: rgb(143,161,145); }

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

border-color css

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

 span { border-color: rgb(143,161,145); }

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