Html Css Color HEX #A07E4E Muesli

📋 copy color: '#A07E4E'

red 160 ◦ green 126 ◦ blue 78

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

Shades of Muesli #A07E4E

Tints of Muesli #A07E4E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 78 (30.86% from 255) = 21.43%

R = 43.96%
G = 34.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A07E4E (or 0xA07E4E) is known color: Muesli. HEX triplet: A0, 7E and 4E. RGB value is (160,126,78). Sum of RGB (Red+Green+Blue) = 160+126+78=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E4E is #5F81B1. Grayscale: #828282. Windows color (decimal): -6259122 or 5144224. OLE color: 5144224.

HSL color Cylindrical-coordinate representation of color #A07E4E: hue angle of 35.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07E4E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 78 -
CMYK 0 0.21 0.51 0.37
HSL 35.12º 0.34% 0.47% -
HSV(B) 35.12º 0.51% 0.63% -
XYZ 23.33 22.95 10.41 -
YUV 130.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 160 126 78 0 0.21 0.51 0.37 35.12 0.34 0.47
Hex A0 7E 4E 0 15 33 25 23 22 2F
Octal 240 176 116 0 25 63 45 43 42 57
Binary 10100000 1111110 1001110 0 10101 110011 100101 100011 100010 101111

Color Harmonies of #A07E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E4E

Black with #A07E4E

Text Example


Text Example

White with #A07E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E4E; }

 p { color: rgb(160,126,78); }

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

background-color css

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

 a { background-color: rgb(160,126,78); }

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

border-color css

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

 span { border-color: rgb(160,126,78); }

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