Html Css Color HEX #A07E4A Muesli

📋 copy color: '#A07E4A'

red 160 ◦ green 126 ◦ blue 74

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

Shades of Muesli #A07E4A

Tints of Muesli #A07E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 44.44%
G = 35%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07E4A (or 0xA07E4A) is known color: Muesli. HEX triplet: A0, 7E and 4A. RGB value is (160,126,74). Sum of RGB (Red+Green+Blue) = 160+126+74=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E4A is #5F81B5. Grayscale: #828282. Windows color (decimal): -6259126 or 4882080. OLE color: 4882080.

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

Color convert

RGB 160 126 74 -
CMYK 0 0.21 0.54 0.37
HSL 36.28º 0.37% 0.46% -
HSV(B) 36.28º 0.54% 0.63% -
XYZ 23.19 22.89 9.67 -
YUV 130.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 160 126 74 0 0.21 0.54 0.37 36.28 0.37 0.46
Hex A0 7E 4A 0 15 36 25 24 25 2E
Octal 240 176 112 0 25 66 45 44 45 56
Binary 10100000 1111110 1001010 0 10101 110110 100101 100100 100101 101110

Color Harmonies of #A07E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E4A

Black with #A07E4A

Text Example


Text Example

White with #A07E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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