Html Css Color HEX #A0834D Muesli

📋 copy color: '#A0834D'

red 160 ◦ green 131 ◦ blue 77

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

Shades of Muesli #A0834D

Tints of Muesli #A0834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 43.48%
G = 35.6%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0834D (or 0xA0834D) is known color: Muesli. HEX triplet: A0, 83 and 4D. RGB value is (160,131,77). Sum of RGB (Red+Green+Blue) = 160+131+77=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0834D is #5F7CB2. Grayscale: #858585. Windows color (decimal): -6257843 or 5079968. OLE color: 5079968.

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

Color convert

RGB 160 131 77 -
CMYK 0 0.18 0.52 0.37
HSL 39.04º 0.35% 0.46% -
HSV(B) 39.04º 0.52% 0.63% -
XYZ 23.95 24.24 10.44 -
YUV 133.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 160 131 77 0 0.18 0.52 0.37 39.04 0.35 0.46
Hex A0 83 4D 0 12 34 25 27 23 2E
Octal 240 203 115 0 22 64 45 47 43 56
Binary 10100000 10000011 1001101 0 10010 110100 100101 100111 100011 101110

Color Harmonies of #A0834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0834D

Black with #A0834D

Text Example


Text Example

White with #A0834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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