Html Css Color HEX #A17850 Muesli

📋 copy color: '#A17850'

red 161 ◦ green 120 ◦ blue 80

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

Shades of Muesli #A17850

Tints of Muesli #A17850

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 44.6%
G = 33.24%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A17850 (or 0xA17850) is known color: Muesli. HEX triplet: A1, 78 and 50. RGB value is (161,120,80). Sum of RGB (Red+Green+Blue) = 161+120+80=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A17850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17850 is #5E87AF. Grayscale: #7F7F7F. Windows color (decimal): -6195120 or 5273761. OLE color: 5273761.

HSL color Cylindrical-coordinate representation of color #A17850: hue angle of 29.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17850 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 80 -
CMYK 0 0.25 0.50 0.37
HSL 29.63º 0.34% 0.47% -
HSV(B) 29.63º 0.5% 0.63% -
XYZ 22.86 21.59 10.55 -
YUV 127.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 161 120 80 0 0.25 0.50 0.37 29.63 0.34 0.47
Hex A1 78 50 0 19 32 25 1E 22 2F
Octal 241 170 120 0 31 62 45 36 42 57
Binary 10100001 1111000 1010000 0 11001 110010 100101 11110 100010 101111

Color Harmonies of #A17850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17850

Black with #A17850

Text Example


Text Example

White with #A17850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17850; }

 p { color: rgb(161,120,80); }

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

background-color css

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

 a { background-color: rgb(161,120,80); }

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

border-color css

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

 span { border-color: rgb(161,120,80); }

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