Html Css Color HEX #A67C56 Muesli

📋 copy color: '#A67C56'

red 166 ◦ green 124 ◦ blue 86

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

Shades of Muesli #A67C56

Tints of Muesli #A67C56

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

 GREEN value IS 124 (48.83% from 255) = 32.98%

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

R = 44.15%
G = 32.98%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A67C56 (or 0xA67C56) is known color: Muesli. HEX triplet: A6, 7C and 56. RGB value is (166,124,86). Sum of RGB (Red+Green+Blue) = 166+124+86=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C56 is #5983A9. Grayscale: #848484. Windows color (decimal): -5866410 or 5668006. OLE color: 5668006.

HSL color Cylindrical-coordinate representation of color #A67C56: hue angle of 28.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67C56 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 86 -
CMYK 0 0.25 0.48 0.35
HSL 28.5º 0.32% 0.49% -
HSV(B) 28.5º 0.48% 0.65% -
XYZ 24.61 23.19 11.98 -
YUV 132.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 166 124 86 0 0.25 0.48 0.35 28.5 0.32 0.49
Hex A6 7C 56 0 19 30 23 1C 20 31
Octal 246 174 126 0 31 60 43 34 40 61
Binary 10100110 1111100 1010110 0 11001 110000 100011 11100 100000 110001

Color Harmonies of #A67C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C56

Black with #A67C56

Text Example


Text Example

White with #A67C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C56; }

 p { color: rgb(166,124,86); }

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

background-color css

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

 a { background-color: rgb(166,124,86); }

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

border-color css

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

 span { border-color: rgb(166,124,86); }

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