#a2774b

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

Shades of Muesli #A2774B

Tints of Muesli #A2774B

Color information

#A2774B (or 0xA2774B) is unknown color: approx Muesli. HEX triplet: A2, 77 and 4B. RGB value is (162,119,75). Sum of RGB (Red+Green+Blue) = 162+119+75=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2774B is #5D88B4. Grayscale: #7F7F7F. Windows color (decimal): -6129845 or 4945826. OLE color: 4945826.

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

Color convert

RGB16211975-
CMYK00.270.540.36
HSL30.34º36.71%46.47%-
HSV(B)30.34º53.7%63.53%-
XYZ22.7721.389.58-
YUV126.8498.75153.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=45.51%
G=33.43%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621197500.270.540.3630.3436.7146.47
HexA2774B01B36241e252e
Octal2421671130336644364556
Binary101000101110111100101101101111011010010011110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2774b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2774b; }

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

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

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

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

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

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

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

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