Html Css Color HEX #A87D56 Muesli

📋 copy color: '#A87D56'

red 168 ◦ green 125 ◦ blue 86

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

Shades of Muesli #A87D56

Tints of Muesli #A87D56

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 44.33%
G = 32.98%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A87D56 (or 0xA87D56) is known color: Muesli. HEX triplet: A8, 7D and 56. RGB value is (168,125,86). Sum of RGB (Red+Green+Blue) = 168+125+86=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D56 is #5782A9. Grayscale: #858585. Windows color (decimal): -5735082 or 5668264. OLE color: 5668264.

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

Color convert

RGB 168 125 86 -
CMYK 0 0.26 0.49 0.34
HSL 28.54º 0.32% 0.5% -
HSV(B) 28.54º 0.49% 0.66% -
XYZ 25.16 23.66 12.05 -
YUV 133.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 168 125 86 0 0.26 0.49 0.34 28.54 0.32 0.5
Hex A8 7D 56 0 1A 31 22 1D 20 32
Octal 250 175 126 0 32 61 42 35 40 62
Binary 10101000 1111101 1010110 0 11010 110001 100010 11101 100000 110010

Color Harmonies of #A87D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D56

Black with #A87D56

Text Example


Text Example

White with #A87D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D56; }

 p { color: rgb(168,125,86); }

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

background-color css

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

 a { background-color: rgb(168,125,86); }

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

border-color css

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

 span { border-color: rgb(168,125,86); }

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