Html Css Color HEX #918172 Americano

📋 copy color: '#918172'

red 145 ◦ green 129 ◦ blue 114

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

Shades of Americano #918172

Tints of Americano #918172

RGB

 RED value IS 145 (57.03% from 255) = 37.37%

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 37.37%
G = 33.25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918172 (or 0x918172) is known color: Americano. HEX triplet: 91, 81 and 72. RGB value is (145,129,114). Sum of RGB (Red+Green+Blue) = 145+129+114=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918172 is #6E7E8D. Grayscale: #848484. Windows color (decimal): -7241358 or 7504273. OLE color: 7504273.

HSL color Cylindrical-coordinate representation of color #918172: hue angle of 29.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918172 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 129 114 -
CMYK 0 0.11 0.21 0.43
HSL 29.03º 0.12% 0.51% -
HSV(B) 29.03º 0.21% 0.57% -
XYZ 22.56 22.94 19.16 -
YUV 132.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 145 129 114 0 0.11 0.21 0.43 29.03 0.12 0.51
Hex 91 81 72 0 B 15 2B 1D C 33
Octal 221 201 162 0 13 25 53 35 14 63
Binary 10010001 10000001 1110010 0 1011 10101 101011 11101 1100 110011

Color Harmonies of #918172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918172

Black with #918172

Text Example


Text Example

White with #918172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918172; }

 p { color: rgb(145,129,114); }

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

background-color css

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

 a { background-color: rgb(145,129,114); }

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

border-color css

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

 span { border-color: rgb(145,129,114); }

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