#A07B40

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

Shades of Muesli #A07B40

Tints of Muesli #A07B40

Color information

#A07B40 (or 0xA07B40) is unknown color: approx Muesli. HEX triplet: A0, 7B and 40. RGB value is (160,123,64). Sum of RGB (Red+Green+Blue) = 160+123+64=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B40 is #5F84BF. Grayscale: #7F7F7F. Windows color (decimal): -6259904 or 4225952. OLE color: 4225952.

HSL color Cylindrical-coordinate representation of color #A07B40: hue angle of 36.87º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A07B40 is Cyan = 0, Magento = 0.23, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16012364-
CMYK00.230.60.37
HSL36.87º42.86%43.92%-
HSV(B)36.87º60%62.75%-
XYZ22.5122.017.91-
YUV127.3492.26151.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=46.11%
G=35.45%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601236400.230.60.3736.8742.8643.92
HexA07B400173C25252b2c
Octal2401731000277445455354
Binary1010000011110111000000010111111100100101100101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B40; }

 p { color: rgb(160,123,64); }

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

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

 a { background-color: rgb(160,123,64); }

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

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

 span { border-color: rgb(160,123,64); }

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