#A17950

Color #A17950 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A17950

Tints of Muesli #A17950

Color information

#A17950 (or 0xA17950) is unknown color: approx Muesli. HEX triplet: A1, 79 and 50. RGB value is (161,121,80). Sum of RGB (Red+Green+Blue) = 161+121+80=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A17950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17950 is #5E86AF. Grayscale: #808080. Windows color (decimal): -6194864 or 5274017. OLE color: 5274017.

HSL color Cylindrical-coordinate representation of color #A17950: hue angle of 30.37º 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 #A17950 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16112180-
CMYK00.250.500.37
HSL30.37º33.61%47.25%-
HSV(B)30.37º50.31%63.14%-
XYZ22.9821.8310.59-
YUV128.29100.75151.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=44.48%
G=33.43%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611218000.250.500.3730.3733.6147.25
HexA1795001932251e222f
Octal2411711200316245364257
Binary101000011111001101000001100111001010010111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17950; }

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

 H1.HeaderClassName
 {
   color: #A17950;
 }
 .AnyTagClassName
 {
   color: #A17950;
 }
</style>
background-color css

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

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

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

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

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

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