#A67B4E

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

Shades of Muesli #A67B4E

Tints of Muesli #A67B4E

Color information

#A67B4E (or 0xA67B4E) is unknown color: approx Muesli. HEX triplet: A6, 7B and 4E. RGB value is (166,123,78). Sum of RGB (Red+Green+Blue) = 166+123+78=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B4E is #5984B1. Grayscale: #828282. Windows color (decimal): -5866674 or 5143462. OLE color: 5143462.

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

Color convert

RGB16612378-
CMYK00.260.530.35
HSL30.68º36.07%47.84%-
HSV(B)30.68º53.01%65.1%-
XYZ24.1822.8210.34-
YUV130.7398.25153.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=45.23%
G=33.51%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661237800.260.530.3530.6836.0747.84
HexA67B4E01A35231f2430
Octal2461731160326543374460
Binary101001101111011100111001101011010110001111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B4E; }

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

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

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

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

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

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

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

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