Html Css Color HEX #A07D4F Muesli

📋 copy color: '#A07D4F'

red 160 ◦ green 125 ◦ blue 79

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

Shades of Muesli #A07D4F

Tints of Muesli #A07D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 43.96%
G = 34.34%
B = 21.7%

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

#A07D4F (or 0xA07D4F) is known color: Muesli. HEX triplet: A0, 7D and 4F. RGB value is (160,125,79). Sum of RGB (Red+Green+Blue) = 160+125+79=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D4F is #5F82B0. Grayscale: #828282. Windows color (decimal): -6259377 or 5209504. OLE color: 5209504.

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

Color convert

RGB 160 125 79 -
CMYK 0 0.22 0.51 0.37
HSL 34.07º 0.34% 0.47% -
HSV(B) 34.07º 0.51% 0.63% -
XYZ 23.24 22.71 10.55 -
YUV 130.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 160 125 79 0 0.22 0.51 0.37 34.07 0.34 0.47
Hex A0 7D 4F 0 16 33 25 22 22 2F
Octal 240 175 117 0 26 63 45 42 42 57
Binary 10100000 1111101 1001111 0 10110 110011 100101 100010 100010 101111

Color Harmonies of #A07D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D4F

Black with #A07D4F

Text Example


Text Example

White with #A07D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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