Html Css Color HEX #A07D46 Muesli

📋 copy color: '#A07D46'

red 160 ◦ green 125 ◦ blue 70

#A07D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #A07D46

Tints of Muesli #A07D46

RGB

 RED value IS 160 (62.89% from 255) = 45.07%

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 45.07%
G = 35.21%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07D46 (or 0xA07D46) is known color: Muesli. HEX triplet: A0, 7D and 46. RGB value is (160,125,70). Sum of RGB (Red+Green+Blue) = 160+125+70=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D46 is #5F82B9. Grayscale: #818181. Windows color (decimal): -6259386 or 4619680. OLE color: 4619680.

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

Color convert

RGB 160 125 70 -
CMYK 0 0.22 0.56 0.37
HSL 36.67º 0.39% 0.45% -
HSV(B) 36.67º 0.56% 0.63% -
XYZ 22.94 22.58 8.94 -
YUV 129.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 160 125 70 0 0.22 0.56 0.37 36.67 0.39 0.45
Hex A0 7D 46 0 16 38 25 25 27 2D
Octal 240 175 106 0 26 70 45 45 47 55
Binary 10100000 1111101 1000110 0 10110 111000 100101 100101 100111 101101

Color Harmonies of #A07D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D46

Black with #A07D46

Text Example


Text Example

White with #A07D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D46; }

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

 H1.HeaderClassName
 {
   color: #A07D46;
 }
 .AnyTagClassName
 {
   color: #A07D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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