#A68055

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

Shades of Muesli #A68055

Tints of Muesli #A68055

Color information

#A68055 (or 0xA68055) is unknown color: approx Muesli. HEX triplet: A6, 80 and 55. RGB value is (166,128,85). Sum of RGB (Red+Green+Blue) = 166+128+85=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68055 is #597FAA. Grayscale: #868686. Windows color (decimal): -5865387 or 5603494. OLE color: 5603494.

HSL color Cylindrical-coordinate representation of color #A68055: hue angle of 31.85º degrees, saturation: 0.32, 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 #A68055 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16612885-
CMYK00.230.490.35
HSL31.85º32.27%49.22%-
HSV(B)31.85º48.8%65.1%-
XYZ25.0824.211.94-
YUV134.46100.09150.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=43.80%
G=33.77%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661288500.230.490.3531.8532.2749.22
HexA680550173123202031
Octal2462001250276143404061
Binary10100110100000001010101010111110001100011100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68055; }

 p { color: rgb(166,128,85); }

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

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

 a { background-color: rgb(166,128,85); }

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

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

 span { border-color: rgb(166,128,85); }

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