#A37A54

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

Shades of Muesli #A37A54

Tints of Muesli #A37A54

Color information

#A37A54 (or 0xA37A54) is unknown color: approx Muesli. HEX triplet: A3, 7A and 54. RGB value is (163,122,84). Sum of RGB (Red+Green+Blue) = 163+122+84=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A54 is #5C85AB. Grayscale: #828282. Windows color (decimal): -6063532 or 5536419. OLE color: 5536419.

HSL color Cylindrical-coordinate representation of color #A37A54: hue angle of 28.86º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37A54 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16312284-
CMYK00.250.480.36
HSL28.86º31.98%48.43%-
HSV(B)28.86º48.47%63.92%-
XYZ23.6622.3511.45-
YUV129.93102.08151.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=44.17%
G=33.06%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631228400.250.480.3628.8631.9848.43
HexA37A5401930241d2030
Octal2431721240316044354060
Binary101000111111010101010001100111000010010011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A54; }

 p { color: rgb(163,122,84); }

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

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

 a { background-color: rgb(163,122,84); }

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

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

 span { border-color: rgb(163,122,84); }

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