Html Css Color HEX #A07C52 Muesli

📋 copy color: '#A07C52'

red 160 ◦ green 124 ◦ blue 82

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

Shades of Muesli #A07C52

Tints of Muesli #A07C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 43.72%
G = 33.88%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07C52 (or 0xA07C52) is known color: Muesli. HEX triplet: A0, 7C and 52. RGB value is (160,124,82). Sum of RGB (Red+Green+Blue) = 160+124+82=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C52 is #5F83AD. Grayscale: #828282. Windows color (decimal): -6259630 or 5405856. OLE color: 5405856.

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

Color convert

RGB 160 124 82 -
CMYK 0 0.22 0.49 0.37
HSL 32.31º 0.32% 0.47% -
HSV(B) 32.31º 0.49% 0.63% -
XYZ 23.23 22.5 11.1 -
YUV 129.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 160 124 82 0 0.22 0.49 0.37 32.31 0.32 0.47
Hex A0 7C 52 0 16 31 25 20 20 2F
Octal 240 174 122 0 26 61 45 40 40 57
Binary 10100000 1111100 1010010 0 10110 110001 100101 100000 100000 101111

Color Harmonies of #A07C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C52

Black with #A07C52

Text Example


Text Example

White with #A07C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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