#a57b4f

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

Shades of Muesli #A57B4F

Tints of Muesli #A57B4F

Color information

#A57B4F (or 0xA57B4F) is unknown color: approx Muesli. HEX triplet: A5, 7B and 4F. RGB value is (165,123,79). Sum of RGB (Red+Green+Blue) = 165+123+79=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B4F is #5A84B0. Grayscale: #828282. Windows color (decimal): -5932209 or 5208997. OLE color: 5208997.

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

Color convert

RGB16512379-
CMYK00.250.520.35
HSL30.7º35.25%47.84%-
HSV(B)30.7º52.12%64.71%-
XYZ24.0122.7310.52-
YUV130.5498.91152.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=44.96%
G=33.51%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651237900.250.520.3530.735.2547.84
HexA57B4F01934231f2330
Octal2451731170316443374360
Binary101001011111011100111101100111010010001111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57b4f; }

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

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

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

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

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

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

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

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