#A87A50

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

Shades of Muesli #A87A50

Tints of Muesli #A87A50

Color information

#A87A50 (or 0xA87A50) is unknown color: approx Muesli. HEX triplet: A8, 7A and 50. RGB value is (168,122,80). Sum of RGB (Red+Green+Blue) = 168+122+80=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A50 is #5785AF. Grayscale: #838383. Windows color (decimal): -5735856 or 5274280. OLE color: 5274280.

HSL color Cylindrical-coordinate representation of color #A87A50: hue angle of 28.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87A50 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16812280-
CMYK00.270.520.34
HSL28.64º35.48%48.63%-
HSV(B)28.64º52.38%65.88%-
XYZ24.5622.8210.7-
YUV130.9799.24154.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=45.41%
G=32.97%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681228000.270.520.3428.6435.4848.63
HexA87A5001B34221d2331
Octal2501721200336442354361
Binary101010001111010101000001101111010010001011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87A50; }

 p { color: rgb(168,122,80); }

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

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

 a { background-color: rgb(168,122,80); }

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

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

 span { border-color: rgb(168,122,80); }

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