Html Css Color HEX #908172 Americano

📋 copy color: '#908172'

red 144 ◦ green 129 ◦ blue 114

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

Shades of Americano #908172

Tints of Americano #908172

RGB

 RED value IS 144 (56.64% from 255) = 37.21%

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

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

R = 37.21%
G = 33.33%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#908172 (or 0x908172) is known color: Americano. HEX triplet: 90, 81 and 72. RGB value is (144,129,114). Sum of RGB (Red+Green+Blue) = 144+129+114=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908172 is #6F7E8D. Grayscale: #838383. Windows color (decimal): -7306894 or 7504272. OLE color: 7504272.

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

Color convert

RGB 144 129 114 -
CMYK 0 0.10 0.21 0.44
HSL 30º 0.12% 0.51% -
HSV(B) 30º 0.21% 0.56% -
XYZ 22.39 22.84 19.15 -
YUV 131.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 144 129 114 0 0.10 0.21 0.44 30 0.12 0.51
Hex 90 81 72 0 A 15 2C 1E C 33
Octal 220 201 162 0 12 25 54 36 14 63
Binary 10010000 10000001 1110010 0 1010 10101 101100 11110 1100 110011

Color Harmonies of #908172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908172

Black with #908172

Text Example


Text Example

White with #908172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908172; }

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

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

background-color css

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

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

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

border-color css

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

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

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