#A27D4F

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

Shades of Muesli #A27D4F

Tints of Muesli #A27D4F

Color information

#A27D4F (or 0xA27D4F) is unknown color: approx Muesli. HEX triplet: A2, 7D and 4F. RGB value is (162,125,79). Sum of RGB (Red+Green+Blue) = 162+125+79=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D4F is #5D82B0. Grayscale: #838383. Windows color (decimal): -6128305 or 5209506. OLE color: 5209506.

HSL color Cylindrical-coordinate representation of color #A27D4F: hue angle of 33.25º 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 #A27D4F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16212579-
CMYK00.230.510.36
HSL33.25º34.44%47.25%-
HSV(B)33.25º51.23%63.53%-
XYZ23.6522.9110.57-
YUV130.8298.76150.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=44.26%
G=34.15%
B=21.58%

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
Decimal1621257900.230.510.3633.2534.4447.25
HexA27D4F017332421222f
Octal2421751170276344414257
Binary1010001011111011001111010111110011100100100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D4F; }

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

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

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

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

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

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

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

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