Html Css Color HEX #A08358 Muesli

📋 copy color: '#A08358'

red 160 ◦ green 131 ◦ blue 88

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

Shades of Muesli #A08358

Tints of Muesli #A08358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 42.22%
G = 34.56%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A08358 (or 0xA08358) is known color: Muesli. HEX triplet: A0, 83 and 58. RGB value is (160,131,88). Sum of RGB (Red+Green+Blue) = 160+131+88=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A08358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08358 is #5F7CA7. Grayscale: #868686. Windows color (decimal): -6257832 or 5800864. OLE color: 5800864.

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

Color convert

RGB 160 131 88 -
CMYK 0 0.18 0.45 0.37
HSL 35.83º 0.29% 0.49% -
HSV(B) 35.83º 0.45% 0.63% -
XYZ 24.37 24.41 12.66 -
YUV 134.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 160 131 88 0 0.18 0.45 0.37 35.83 0.29 0.49
Hex A0 83 58 0 12 2D 25 24 1D 31
Octal 240 203 130 0 22 55 45 44 35 61
Binary 10100000 10000011 1011000 0 10010 101101 100101 100100 11101 110001

Color Harmonies of #A08358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08358

Black with #A08358

Text Example


Text Example

White with #A08358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08358; }

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

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

background-color css

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

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

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

border-color css

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

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

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