Html Css Color HEX #A07D4A Muesli

📋 copy color: '#A07D4A'

red 160 ◦ green 125 ◦ blue 74

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

Shades of Muesli #A07D4A

Tints of Muesli #A07D4A

RGB

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

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

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

R = 44.57%
G = 34.82%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07D4A (or 0xA07D4A) is known color: Muesli. HEX triplet: A0, 7D and 4A. RGB value is (160,125,74). Sum of RGB (Red+Green+Blue) = 160+125+74=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D4A is #5F82B5. Grayscale: #818181. Windows color (decimal): -6259382 or 4881824. OLE color: 4881824.

HSL color Cylindrical-coordinate representation of color #A07D4A: hue angle of 35.58º 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 #A07D4A is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 74 -
CMYK 0 0.22 0.54 0.37
HSL 35.58º 0.37% 0.46% -
HSV(B) 35.58º 0.54% 0.63% -
XYZ 23.07 22.64 9.63 -
YUV 129.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 160 125 74 0 0.22 0.54 0.37 35.58 0.37 0.46
Hex A0 7D 4A 0 16 36 25 24 25 2E
Octal 240 175 112 0 26 66 45 44 45 56
Binary 10100000 1111101 1001010 0 10110 110110 100101 100100 100101 101110

Color Harmonies of #A07D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D4A

Black with #A07D4A

Text Example


Text Example

White with #A07D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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