#A3774D

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

Shades of Muesli #A3774D

Tints of Muesli #A3774D

Color information

#A3774D (or 0xA3774D) is unknown color: approx Muesli. HEX triplet: A3, 77 and 4D. RGB value is (163,119,77). Sum of RGB (Red+Green+Blue) = 163+119+77=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3774D is #5C88B2. Grayscale: #7F7F7F. Windows color (decimal): -6064307 or 5076899. OLE color: 5076899.

HSL color Cylindrical-coordinate representation of color #A3774D: hue angle of 29.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3774D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16311977-
CMYK00.270.530.36
HSL29.3º35.83%47.06%-
HSV(B)29.3º52.76%63.92%-
XYZ23.0421.529.96-
YUV127.3799.58153.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=45.40%
G=33.15%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631197700.270.530.3629.335.8347.06
HexA3774D01B35241d242f
Octal2431671150336544354457
Binary101000111110111100110101101111010110010011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3774D; }

 p { color: rgb(163,119,77); }

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

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

 a { background-color: rgb(163,119,77); }

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

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

 span { border-color: rgb(163,119,77); }

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