#A07D43

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

Shades of Muesli #A07D43

Tints of Muesli #A07D43

Color information

#A07D43 (or 0xA07D43) is unknown color: approx Muesli. HEX triplet: A0, 7D and 43. RGB value is (160,125,67). Sum of RGB (Red+Green+Blue) = 160+125+67=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D43 is #5F82BC. Grayscale: #818181. Windows color (decimal): -6259389 or 4423072. OLE color: 4423072.

HSL color Cylindrical-coordinate representation of color #A07D43: hue angle of 37.42º 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 #A07D43 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16012567-
CMYK00.220.580.37
HSL37.42º40.97%44.51%-
HSV(B)37.42º58.13%62.75%-
XYZ22.8422.558.46-
YUV128.8593.1150.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=45.45%
G=35.51%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601256700.220.580.3737.4240.9744.51
HexA07D430163A2525292d
Octal2401751030267245455155
Binary1010000011111011000011010110111010100101100101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D43; }

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

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

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

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

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

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

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

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