Html Css Color HEX #A0835A Muesli

📋 copy color: '#A0835A'

red 160 ◦ green 131 ◦ blue 90

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

Shades of Muesli #A0835A

Tints of Muesli #A0835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 41.99%
G = 34.38%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0835A (or 0xA0835A) is known color: Muesli. HEX triplet: A0, 83 and 5A. RGB value is (160,131,90). Sum of RGB (Red+Green+Blue) = 160+131+90=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0835A is #5F7CA5. Grayscale: #878787. Windows color (decimal): -6257830 or 5931936. OLE color: 5931936.

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

Color convert

RGB 160 131 90 -
CMYK 0 0.18 0.44 0.37
HSL 35.14º 0.28% 0.49% -
HSV(B) 35.14º 0.44% 0.63% -
XYZ 24.46 24.44 13.1 -
YUV 135 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 160 131 90 0 0.18 0.44 0.37 35.14 0.28 0.49
Hex A0 83 5A 0 12 2C 25 23 1C 31
Octal 240 203 132 0 22 54 45 43 34 61
Binary 10100000 10000011 1011010 0 10010 101100 100101 100011 11100 110001

Color Harmonies of #A0835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0835A

Black with #A0835A

Text Example


Text Example

White with #A0835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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