Html Css Color HEX #A07D4E Muesli

📋 copy color: '#A07D4E'

red 160 ◦ green 125 ◦ blue 78

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

Shades of Muesli #A07D4E

Tints of Muesli #A07D4E

RGB

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

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

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

R = 44.08%
G = 34.44%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A07D4E (or 0xA07D4E) is known color: Muesli. HEX triplet: A0, 7D and 4E. RGB value is (160,125,78). Sum of RGB (Red+Green+Blue) = 160+125+78=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D4E is #5F82B1. Grayscale: #828282. Windows color (decimal): -6259378 or 5143968. OLE color: 5143968.

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

Color convert

RGB 160 125 78 -
CMYK 0 0.22 0.51 0.37
HSL 34.39º 0.34% 0.47% -
HSV(B) 34.39º 0.51% 0.63% -
XYZ 23.21 22.69 10.36 -
YUV 130.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 160 125 78 0 0.22 0.51 0.37 34.39 0.34 0.47
Hex A0 7D 4E 0 16 33 25 22 22 2F
Octal 240 175 116 0 26 63 45 42 42 57
Binary 10100000 1111101 1001110 0 10110 110011 100101 100010 100010 101111

Color Harmonies of #A07D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D4E

Black with #A07D4E

Text Example


Text Example

White with #A07D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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