#A07948

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

Shades of Muesli #A07948

Tints of Muesli #A07948

Color information

#A07948 (or 0xA07948) is unknown color: approx Muesli. HEX triplet: A0, 79 and 48. RGB value is (160,121,72). Sum of RGB (Red+Green+Blue) = 160+121+72=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A07948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07948 is #5F86B7. Grayscale: #7F7F7F. Windows color (decimal): -6260408 or 4749728. OLE color: 4749728.

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

Color convert

RGB16012172-
CMYK00.240.550.37
HSL33.41º37.93%45.49%-
HSV(B)33.41º55%62.75%-
XYZ22.521.629.12-
YUV127.0796.92151.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=45.33%
G=34.28%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601217200.240.550.3733.4137.9345.49
HexA07948018372521262d
Octal2401711100306745414655
Binary1010000011110011001000011000110111100101100001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07948; }

 p { color: rgb(160,121,72); }

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

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

 a { background-color: rgb(160,121,72); }

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

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

 span { border-color: rgb(160,121,72); }

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