#A37A48

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

Shades of Muesli #A37A48

Tints of Muesli #A37A48

Color information

#A37A48 (or 0xA37A48) is unknown color: approx Muesli. HEX triplet: A3, 7A and 48. RGB value is (163,122,72). Sum of RGB (Red+Green+Blue) = 163+122+72=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A48 is #5C85B7. Grayscale: #808080. Windows color (decimal): -6063544 or 4749987. OLE color: 4749987.

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

Color convert

RGB16312272-
CMYK00.250.560.36
HSL32.97º38.72%46.08%-
HSV(B)32.97º55.83%63.92%-
XYZ23.2322.179.19-
YUV128.5696.08152.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=45.66%
G=34.17%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631227200.250.560.3632.9738.7246.08
HexA37A48019382421272e
Octal2431721100317044414756
Binary1010001111110101001000011001111000100100100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A48; }

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

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

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

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

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

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

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

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