Html Css Color HEX #8F8175 Americano

📋 copy color: '#8F8175'

red 143 ◦ green 129 ◦ blue 117

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

Shades of Americano #8F8175

Tints of Americano #8F8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 36.76%
G = 33.16%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F8175 (or 0x8F8175) is known color: Americano. HEX triplet: 8F, 81 and 75. RGB value is (143,129,117). Sum of RGB (Red+Green+Blue) = 143+129+117=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8175 is #707E8A. Grayscale: #838383. Windows color (decimal): -7372427 or 7700879. OLE color: 7700879.

HSL color Cylindrical-coordinate representation of color #8F8175: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8175 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 129 117 -
CMYK 0 0.10 0.18 0.44
HSL 27.69º 0.1% 0.51% -
HSV(B) 27.69º 0.18% 0.56% -
XYZ 22.39 22.82 20.06 -
YUV 131.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 143 129 117 0 0.10 0.18 0.44 27.69 0.1 0.51
Hex 8F 81 75 0 A 12 2C 1C A 33
Octal 217 201 165 0 12 22 54 34 12 63
Binary 10001111 10000001 1110101 0 1010 10010 101100 11100 1010 110011

Color Harmonies of #8F8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8175

Black with #8F8175

Text Example


Text Example

White with #8F8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,117); }

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

background-color css

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

 a { background-color: rgb(143,129,117); }

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

border-color css

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

 span { border-color: rgb(143,129,117); }

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