Html Css Color HEX #908175 Americano

📋 copy color: '#908175'

red 144 ◦ green 129 ◦ blue 117

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

Shades of Americano #908175

Tints of Americano #908175

RGB

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

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

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

R = 36.92%
G = 33.08%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908175 (or 0x908175) is known color: Americano. HEX triplet: 90, 81 and 75. RGB value is (144,129,117). Sum of RGB (Red+Green+Blue) = 144+129+117=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908175 is #6F7E8A. Grayscale: #848484. Windows color (decimal): -7306891 or 7700880. OLE color: 7700880.

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

Color convert

RGB 144 129 117 -
CMYK 0 0.10 0.19 0.44
HSL 26.67º 0.11% 0.51% -
HSV(B) 26.67º 0.19% 0.56% -
XYZ 22.56 22.91 20.06 -
YUV 132.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 144 129 117 0 0.10 0.19 0.44 26.67 0.11 0.51
Hex 90 81 75 0 A 13 2C 1B B 33
Octal 220 201 165 0 12 23 54 33 13 63
Binary 10010000 10000001 1110101 0 1010 10011 101100 11011 1011 110011

Color Harmonies of #908175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908175

Black with #908175

Text Example


Text Example

White with #908175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908175; }

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

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

background-color css

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

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

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

border-color css

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

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

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