#A5774F

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

Shades of Muesli #A5774F

Tints of Muesli #A5774F

Color information

#A5774F (or 0xA5774F) is unknown color: approx Muesli. HEX triplet: A5, 77 and 4F. RGB value is (165,119,79). Sum of RGB (Red+Green+Blue) = 165+119+79=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5774F is #5A88B0. Grayscale: #808080. Windows color (decimal): -5933233 or 5207973. OLE color: 5207973.

HSL color Cylindrical-coordinate representation of color #A5774F: hue angle of 27.91º 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 #A5774F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16511979-
CMYK00.280.520.35
HSL27.91º35.25%47.84%-
HSV(B)27.91º52.12%64.71%-
XYZ23.5321.7610.36-
YUV128.19100.24154.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=45.45%
G=32.78%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651197900.280.520.3527.9135.2547.84
HexA5774F01C34231c2330
Octal2451671170346443344360
Binary101001011110111100111101110011010010001111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5774F; }

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

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

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

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

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

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

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

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