Html Css Color HEX #A08352 Muesli

📋 copy color: '#A08352'

red 160 ◦ green 131 ◦ blue 82

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

Shades of Muesli #A08352

Tints of Muesli #A08352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 42.9%
G = 35.12%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08352 (or 0xA08352) is known color: Muesli. HEX triplet: A0, 83 and 52. RGB value is (160,131,82). Sum of RGB (Red+Green+Blue) = 160+131+82=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A08352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08352 is #5F7CAD. Grayscale: #868686. Windows color (decimal): -6257838 or 5407648. OLE color: 5407648.

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

Color convert

RGB 160 131 82 -
CMYK 0 0.18 0.49 0.37
HSL 37.69º 0.32% 0.47% -
HSV(B) 37.69º 0.49% 0.63% -
XYZ 24.14 24.32 11.4 -
YUV 134.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 160 131 82 0 0.18 0.49 0.37 37.69 0.32 0.47
Hex A0 83 52 0 12 31 25 26 20 2F
Octal 240 203 122 0 22 61 45 46 40 57
Binary 10100000 10000011 1010010 0 10010 110001 100101 100110 100000 101111

Color Harmonies of #A08352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08352

Black with #A08352

Text Example


Text Example

White with #A08352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08352; }

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

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

background-color css

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

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

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

border-color css

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

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

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