Html Css Color HEX #A87750 Muesli

📋 copy color: '#A87750'

red 168 ◦ green 119 ◦ blue 80

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

Shades of Muesli #A87750

Tints of Muesli #A87750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 45.78%
G = 32.43%
B = 21.8%

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

#A87750 (or 0xA87750) is known color: Muesli. HEX triplet: A8, 77 and 50. RGB value is (168,119,80). Sum of RGB (Red+Green+Blue) = 168+119+80=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A87750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87750 is #5788AF. Grayscale: #818181. Windows color (decimal): -5736624 or 5273512. OLE color: 5273512.

HSL color Cylindrical-coordinate representation of color #A87750: hue angle of 26.59º 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 #A87750 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 119 80 -
CMYK 0 0.29 0.52 0.34
HSL 26.59º 0.35% 0.49% -
HSV(B) 26.59º 0.52% 0.66% -
XYZ 24.19 22.1 10.58 -
YUV 129.21 100.23 155.67 -
System Red Green Blue C M Y K H S L
Decimal 168 119 80 0 0.29 0.52 0.34 26.59 0.35 0.49
Hex A8 77 50 0 1D 34 22 1B 23 31
Octal 250 167 120 0 35 64 42 33 43 61
Binary 10101000 1110111 1010000 0 11101 110100 100010 11011 100011 110001

Color Harmonies of #A87750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87750

Black with #A87750

Text Example


Text Example

White with #A87750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87750; }

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

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

background-color css

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

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

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

border-color css

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

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

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