Html Css Color HEX #A67749 Muesli

📋 copy color: '#A67749'

red 166 ◦ green 119 ◦ blue 73

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

Shades of Muesli #A67749

Tints of Muesli #A67749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 46.37%
G = 33.24%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A67749 (or 0xA67749) is known color: Muesli. HEX triplet: A6, 77 and 49. RGB value is (166,119,73). Sum of RGB (Red+Green+Blue) = 166+119+73=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67749 is #5988B6. Grayscale: #808080. Windows color (decimal): -5867703 or 4814758. OLE color: 4814758.

HSL color Cylindrical-coordinate representation of color #A67749: hue angle of 29.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A67749 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 73 -
CMYK 0 0.28 0.56 0.35
HSL 29.68º 0.39% 0.47% -
HSV(B) 29.68º 0.56% 0.65% -
XYZ 23.53 21.78 9.27 -
YUV 127.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 166 119 73 0 0.28 0.56 0.35 29.68 0.39 0.47
Hex A6 77 49 0 1C 38 23 1E 27 2F
Octal 246 167 111 0 34 70 43 36 47 57
Binary 10100110 1110111 1001001 0 11100 111000 100011 11110 100111 101111

Color Harmonies of #A67749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67749

Black with #A67749

Text Example


Text Example

White with #A67749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67749; }

 p { color: rgb(166,119,73); }

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

background-color css

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

 a { background-color: rgb(166,119,73); }

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

border-color css

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

 span { border-color: rgb(166,119,73); }

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