#A3774A

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

Shades of Muesli #A3774A

Tints of Muesli #A3774A

Color information

#A3774A (or 0xA3774A) is unknown color: approx Muesli. HEX triplet: A3, 77 and 4A. RGB value is (163,119,74). Sum of RGB (Red+Green+Blue) = 163+119+74=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3774A is #5C88B5. Grayscale: #7F7F7F. Windows color (decimal): -6064310 or 4880291. OLE color: 4880291.

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

Color convert

RGB16311974-
CMYK00.270.550.36
HSL30.34º37.55%46.47%-
HSV(B)30.34º54.6%63.92%-
XYZ22.9421.479.41-
YUV127.0398.08153.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=45.79%
G=33.43%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631197400.270.550.3630.3437.5546.47
HexA3774A01B37241e262e
Octal2431671120336744364656
Binary101000111110111100101001101111011110010011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3774A; }

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

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

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

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

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

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

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

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