Html Css Color HEX #928172 Americano

📋 copy color: '#928172'

red 146 ◦ green 129 ◦ blue 114

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

Shades of Americano #928172

Tints of Americano #928172

RGB

 RED value IS 146 (57.42% from 255) = 37.53%

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

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

R = 37.53%
G = 33.16%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#928172 (or 0x928172) is known color: Americano. HEX triplet: 92, 81 and 72. RGB value is (146,129,114). Sum of RGB (Red+Green+Blue) = 146+129+114=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #928172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928172 is #6D7E8D. Grayscale: #848484. Windows color (decimal): -7175822 or 7504274. OLE color: 7504274.

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

Color convert

RGB 146 129 114 -
CMYK 0 0.12 0.22 0.43
HSL 28.13º 0.13% 0.51% -
HSV(B) 28.13º 0.22% 0.57% -
XYZ 22.74 23.03 19.17 -
YUV 132.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 146 129 114 0 0.12 0.22 0.43 28.13 0.13 0.51
Hex 92 81 72 0 C 16 2B 1C D 33
Octal 222 201 162 0 14 26 53 34 15 63
Binary 10010010 10000001 1110010 0 1100 10110 101011 11100 1101 110011

Color Harmonies of #928172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928172

Black with #928172

Text Example


Text Example

White with #928172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928172; }

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

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

background-color css

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

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

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

border-color css

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

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

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