Html Css Color HEX #A87850 Muesli

📋 copy color: '#A87850'

red 168 ◦ green 120 ◦ blue 80

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

Shades of Muesli #A87850

Tints of Muesli #A87850

RGB

 RED value IS 168 (66.02% from 255) = 45.65%

 GREEN value IS 120 (47.27% from 255) = 32.61%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 45.65%
G = 32.61%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A87850 (or 0xA87850) is known color: Muesli. HEX triplet: A8, 78 and 50. RGB value is (168,120,80). Sum of RGB (Red+Green+Blue) = 168+120+80=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A87850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87850 is #5787AF. Grayscale: #828282. Windows color (decimal): -5736368 or 5273768. OLE color: 5273768.

HSL color Cylindrical-coordinate representation of color #A87850: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87850 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 80 -
CMYK 0 0.29 0.52 0.34
HSL 27.27º 0.35% 0.49% -
HSV(B) 27.27º 0.52% 0.66% -
XYZ 24.31 22.34 10.62 -
YUV 129.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 168 120 80 0 0.29 0.52 0.34 27.27 0.35 0.49
Hex A8 78 50 0 1D 34 22 1B 23 31
Octal 250 170 120 0 35 64 42 33 43 61
Binary 10101000 1111000 1010000 0 11101 110100 100010 11011 100011 110001

Color Harmonies of #A87850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87850

Black with #A87850

Text Example


Text Example

White with #A87850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87850; }

 p { color: rgb(168,120,80); }

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

background-color css

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

 a { background-color: rgb(168,120,80); }

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

border-color css

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

 span { border-color: rgb(168,120,80); }

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