#A5774E

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

Shades of Muesli #A5774E

Tints of Muesli #A5774E

Color information

#A5774E (or 0xA5774E) is unknown color: approx Muesli. HEX triplet: A5, 77 and 4E. RGB value is (165,119,78). Sum of RGB (Red+Green+Blue) = 165+119+78=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5774E is #5A88B1. Grayscale: #808080. Windows color (decimal): -5933234 or 5142437. OLE color: 5142437.

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

Color convert

RGB16511978-
CMYK00.280.530.35
HSL28.28º35.8%47.65%-
HSV(B)28.28º52.73%64.71%-
XYZ23.4921.7410.17-
YUV128.0899.74154.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=45.58%
G=32.87%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651197800.280.530.3528.2835.847.65
HexA5774E01C35231c2430
Octal2451671160346543344460
Binary101001011110111100111001110011010110001111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5774E; }

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

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

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

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

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

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

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

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