#A27A44

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

Shades of Muesli #A27A44

Tints of Muesli #A27A44

Color information

#A27A44 (or 0xA27A44) is unknown color: approx Muesli. HEX triplet: A2, 7A and 44. RGB value is (162,122,68). Sum of RGB (Red+Green+Blue) = 162+122+68=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A44 is #5D85BB. Grayscale: #808080. Windows color (decimal): -6129084 or 4487842. OLE color: 4487842.

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

Color convert

RGB16212268-
CMYK00.250.580.36
HSL34.47º40.87%45.1%-
HSV(B)34.47º58.02%63.53%-
XYZ22.922.028.51-
YUV127.894.25152.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=46.02%
G=34.66%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621226800.250.580.3634.4740.8745.1
HexA27A440193A2422292d
Octal2421721040317244425155
Binary1010001011110101000100011001111010100100100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A44; }

 p { color: rgb(162,122,68); }

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

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

 a { background-color: rgb(162,122,68); }

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

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

 span { border-color: rgb(162,122,68); }

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