#A68157

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

Shades of Muesli #A68157

Tints of Muesli #A68157

Color information

#A68157 (or 0xA68157) is unknown color: approx Muesli. HEX triplet: A6, 81 and 57. RGB value is (166,129,87). Sum of RGB (Red+Green+Blue) = 166+129+87=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68157 is #597EA8. Grayscale: #878787. Windows color (decimal): -5865129 or 5734822. OLE color: 5734822.

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

Color convert

RGB16612987-
CMYK00.220.480.35
HSL31.9º31.23%49.61%-
HSV(B)31.9º47.59%65.1%-
XYZ25.324.512.41-
YUV135.28100.76149.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=43.46%
G=33.77%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661298700.220.480.3531.931.2349.61
HexA681570163023201f32
Octal2462011270266043403762
Binary1010011010000001101011101011011000010001110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68157; }

 p { color: rgb(166,129,87); }

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

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

 a { background-color: rgb(166,129,87); }

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

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

 span { border-color: rgb(166,129,87); }

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