#A67950

Color #A67950 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A67950

Tints of Muesli #A67950

Color information

#A67950 (or 0xA67950) is unknown color: approx Muesli. HEX triplet: A6, 79 and 50. RGB value is (166,121,80). Sum of RGB (Red+Green+Blue) = 166+121+80=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67950 is #5986AF. Grayscale: #818181. Windows color (decimal): -5867184 or 5274022. OLE color: 5274022.

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

Color convert

RGB16612180-
CMYK00.270.520.35
HSL28.6º34.96%48.24%-
HSV(B)28.6º51.81%65.1%-
XYZ24.0122.3610.64-
YUV129.7899.91153.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=45.23%
G=32.97%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661218000.270.520.3528.634.9648.24
HexA6795001B34231d2330
Octal2461711200336443354360
Binary101001101111001101000001101111010010001111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67950; }

 p { color: rgb(166,121,80); }

 H1.HeaderClassName
 {
   color: #A67950;
 }
 .AnyTagClassName
 {
   color: #A67950;
 }
</style>
background-color css

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

 a { background-color: rgb(166,121,80); }

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

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

 span { border-color: rgb(166,121,80); }

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