#A27742

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

Shades of Muesli #A27742

Tints of Muesli #A27742

Color information

#A27742 (or 0xA27742) is unknown color: approx Muesli. HEX triplet: A2, 77 and 42. RGB value is (162,119,66). Sum of RGB (Red+Green+Blue) = 162+119+66=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27742 is #5D88BD. Grayscale: #7E7E7E. Windows color (decimal): -6129854 or 4356002. OLE color: 4356002.

HSL color Cylindrical-coordinate representation of color #A27742: hue angle of 33.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A27742 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16211966-
CMYK00.270.590.36
HSL33.12º42.11%44.71%-
HSV(B)33.12º59.26%63.53%-
XYZ22.4821.278.07-
YUV125.8294.25153.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=46.69%
G=34.29%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621196600.270.590.3633.1242.1144.71
HexA2774201B3B24212a2d
Octal2421671020337344415255
Binary1010001011101111000010011011111011100100100001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27742; }

 p { color: rgb(162,119,66); }

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

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

 a { background-color: rgb(162,119,66); }

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

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

 span { border-color: rgb(162,119,66); }

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