#A57B4B

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

Shades of Muesli #A57B4B

Tints of Muesli #A57B4B

Color information

#A57B4B (or 0xA57B4B) is unknown color: approx Muesli. HEX triplet: A5, 7B and 4B. RGB value is (165,123,75). Sum of RGB (Red+Green+Blue) = 165+123+75=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57B4B is #5A84B4. Grayscale: #828282. Windows color (decimal): -5932213 or 4946853. OLE color: 4946853.

HSL color Cylindrical-coordinate representation of color #A57B4B: hue angle of 32º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A57B4B is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16512375-
CMYK00.250.550.35
HSL32º37.5%47.06%-
HSV(B)32º54.55%64.71%-
XYZ23.8722.679.77-
YUV130.0996.91152.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=45.45%
G=33.88%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651237500.250.550.353237.547.06
HexA57B4B019372320262f
Octal2451731130316743404657
Binary1010010111110111001011011001110111100011100000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B4B; }

 p { color: rgb(165,123,75); }

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

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

 a { background-color: rgb(165,123,75); }

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

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

 span { border-color: rgb(165,123,75); }

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