#A67B54

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

Shades of Muesli #A67B54

Tints of Muesli #A67B54

Color information

#A67B54 (or 0xA67B54) is unknown color: approx Muesli. HEX triplet: A6, 7B and 54. RGB value is (166,123,84). Sum of RGB (Red+Green+Blue) = 166+123+84=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B54 is #5984AB. Grayscale: #838383. Windows color (decimal): -5866668 or 5536678. OLE color: 5536678.

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

Color convert

RGB16612384-
CMYK00.260.490.35
HSL28.54º32.8%49.02%-
HSV(B)28.54º49.4%65.1%-
XYZ24.4122.9111.52-
YUV131.41101.25152.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=44.50%
G=32.98%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661238400.260.490.3528.5432.849.02
HexA67B5401A31231d2131
Octal2461731240326143354161
Binary101001101111011101010001101011000110001111101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B54; }

 p { color: rgb(166,123,84); }

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

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

 a { background-color: rgb(166,123,84); }

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

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

 span { border-color: rgb(166,123,84); }

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