Html Css Color HEX #A0835B Muesli

📋 copy color: '#A0835B'

red 160 ◦ green 131 ◦ blue 91

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

Shades of Muesli #A0835B

Tints of Muesli #A0835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 41.88%
G = 34.29%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0835B (or 0xA0835B) is known color: Muesli. HEX triplet: A0, 83 and 5B. RGB value is (160,131,91). Sum of RGB (Red+Green+Blue) = 160+131+91=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0835B is #5F7CA4. Grayscale: #878787. Windows color (decimal): -6257829 or 5997472. OLE color: 5997472.

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

Color convert

RGB 160 131 91 -
CMYK 0 0.18 0.43 0.37
HSL 34.78º 0.27% 0.49% -
HSV(B) 34.78º 0.43% 0.63% -
XYZ 24.5 24.46 13.33 -
YUV 135.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 160 131 91 0 0.18 0.43 0.37 34.78 0.27 0.49
Hex A0 83 5B 0 12 2B 25 23 1B 31
Octal 240 203 133 0 22 53 45 43 33 61
Binary 10100000 10000011 1011011 0 10010 101011 100101 100011 11011 110001

Color Harmonies of #A0835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0835B

Black with #A0835B

Text Example


Text Example

White with #A0835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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