Html Css Color HEX #A67A56 Muesli

📋 copy color: '#A67A56'

red 166 ◦ green 122 ◦ blue 86

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

Shades of Muesli #A67A56

Tints of Muesli #A67A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

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

R = 44.39%
G = 32.62%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A67A56 (or 0xA67A56) is known color: Muesli. HEX triplet: A6, 7A and 56. RGB value is (166,122,86). Sum of RGB (Red+Green+Blue) = 166+122+86=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A56 is #5985A9. Grayscale: #838383. Windows color (decimal): -5866922 or 5667494. OLE color: 5667494.

HSL color Cylindrical-coordinate representation of color #A67A56: hue angle of 27º 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 #A67A56 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 86 -
CMYK 0 0.27 0.48 0.35
HSL 27º 0.32% 0.49% -
HSV(B) 27º 0.48% 0.65% -
XYZ 24.37 22.7 11.9 -
YUV 131.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 166 122 86 0 0.27 0.48 0.35 27 0.32 0.49
Hex A6 7A 56 0 1B 30 23 1B 20 31
Octal 246 172 126 0 33 60 43 33 40 61
Binary 10100110 1111010 1010110 0 11011 110000 100011 11011 100000 110001

Color Harmonies of #A67A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A56

Black with #A67A56

Text Example


Text Example

White with #A67A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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