#A27C4F

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

Shades of Muesli #A27C4F

Tints of Muesli #A27C4F

Color information

#A27C4F (or 0xA27C4F) is unknown color: approx Muesli. HEX triplet: A2, 7C and 4F. RGB value is (162,124,79). Sum of RGB (Red+Green+Blue) = 162+124+79=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C4F is #5D83B0. Grayscale: #828282. Windows color (decimal): -6128561 or 5209250. OLE color: 5209250.

HSL color Cylindrical-coordinate representation of color #A27C4F: hue angle of 32.53º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27C4F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16212479-
CMYK00.230.510.36
HSL32.53º34.44%47.25%-
HSV(B)32.53º51.23%63.53%-
XYZ23.5222.6610.53-
YUV130.2399.09150.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=44.38%
G=33.97%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621247900.230.510.3632.5334.4447.25
HexA27C4F017332421222f
Octal2421741170276344414257
Binary1010001011111001001111010111110011100100100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C4F; }

 p { color: rgb(162,124,79); }

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

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

 a { background-color: rgb(162,124,79); }

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

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

 span { border-color: rgb(162,124,79); }

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