#A07843

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

Shades of Muesli #A07843

Tints of Muesli #A07843

Color information

#A07843 (or 0xA07843) is unknown color: approx Muesli. HEX triplet: A0, 78 and 43. RGB value is (160,120,67). Sum of RGB (Red+Green+Blue) = 160+120+67=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07843 is #5F87BC. Grayscale: #7E7E7E. Windows color (decimal): -6260669 or 4421792. OLE color: 4421792.

HSL color Cylindrical-coordinate representation of color #A07843: hue angle of 34.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07843 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16012067-
CMYK00.250.580.37
HSL34.19º40.97%44.51%-
HSV(B)34.19º58.13%62.75%-
XYZ22.2321.318.25-
YUV125.9294.75152.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=46.11%
G=34.58%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601206700.250.580.3734.1940.9744.51
HexA078430193A2522292d
Octal2401701030317245425155
Binary1010000011110001000011011001111010100101100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07843; }

 p { color: rgb(160,120,67); }

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

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

 a { background-color: rgb(160,120,67); }

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

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

 span { border-color: rgb(160,120,67); }

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