Html Css Color HEX #A07C50 Muesli

📋 copy color: '#A07C50'

red 160 ◦ green 124 ◦ blue 80

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

Shades of Muesli #A07C50

Tints of Muesli #A07C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 43.96%
G = 34.07%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A07C50 (or 0xA07C50) is known color: Muesli. HEX triplet: A0, 7C and 50. RGB value is (160,124,80). Sum of RGB (Red+Green+Blue) = 160+124+80=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C50 is #5F83AF. Grayscale: #818181. Windows color (decimal): -6259632 or 5274784. OLE color: 5274784.

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

Color convert

RGB 160 124 80 -
CMYK 0 0.22 0.5 0.37
HSL 33º 0.33% 0.47% -
HSV(B) 33º 0.5% 0.63% -
XYZ 23.15 22.47 10.71 -
YUV 129.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 160 124 80 0 0.22 0.5 0.37 33 0.33 0.47
Hex A0 7C 50 0 16 32 25 21 21 2F
Octal 240 174 120 0 26 62 45 41 41 57
Binary 10100000 1111100 1010000 0 10110 110010 100101 100001 100001 101111

Color Harmonies of #A07C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C50

Black with #A07C50

Text Example


Text Example

White with #A07C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C50; }

 p { color: rgb(160,124,80); }

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

background-color css

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

 a { background-color: rgb(160,124,80); }

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

border-color css

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

 span { border-color: rgb(160,124,80); }

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