#A3784E

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

Shades of Muesli #A3784E

Tints of Muesli #A3784E

Color information

#A3784E (or 0xA3784E) is unknown color: approx Muesli. HEX triplet: A3, 78 and 4E. RGB value is (163,120,78). Sum of RGB (Red+Green+Blue) = 163+120+78=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3784E is #5C87B1. Grayscale: #808080. Windows color (decimal): -6064050 or 5142691. OLE color: 5142691.

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

Color convert

RGB16312078-
CMYK00.260.520.36
HSL29.65º35.27%47.25%-
HSV(B)29.65º52.15%63.92%-
XYZ23.221.7710.19-
YUV128.0799.75152.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=45.15%
G=33.24%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631207800.260.520.3629.6535.2747.25
HexA3784E01A34241e232f
Octal2431701160326444364357
Binary101000111111000100111001101011010010010011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3784E; }

 p { color: rgb(163,120,78); }

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

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

 a { background-color: rgb(163,120,78); }

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

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

 span { border-color: rgb(163,120,78); }

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