Html Css Color HEX #A0824D Muesli

📋 copy color: '#A0824D'

red 160 ◦ green 130 ◦ blue 77

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

Shades of Muesli #A0824D

Tints of Muesli #A0824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 43.6%
G = 35.42%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0824D (or 0xA0824D) is known color: Muesli. HEX triplet: A0, 82 and 4D. RGB value is (160,130,77). Sum of RGB (Red+Green+Blue) = 160+130+77=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0824D is #5F7DB2. Grayscale: #858585. Windows color (decimal): -6258099 or 5079712. OLE color: 5079712.

HSL color Cylindrical-coordinate representation of color #A0824D: hue angle of 38.31º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0824D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 77 -
CMYK 0 0.19 0.52 0.37
HSL 38.31º 0.35% 0.46% -
HSV(B) 38.31º 0.52% 0.63% -
XYZ 23.82 23.97 10.39 -
YUV 132.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 160 130 77 0 0.19 0.52 0.37 38.31 0.35 0.46
Hex A0 82 4D 0 13 34 25 26 23 2E
Octal 240 202 115 0 23 64 45 46 43 56
Binary 10100000 10000010 1001101 0 10011 110100 100101 100110 100011 101110

Color Harmonies of #A0824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0824D

Black with #A0824D

Text Example


Text Example

White with #A0824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0824D; }

 p { color: rgb(160,130,77); }

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

background-color css

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

 a { background-color: rgb(160,130,77); }

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

border-color css

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

 span { border-color: rgb(160,130,77); }

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