#A27B4D

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

Shades of Muesli #A27B4D

Tints of Muesli #A27B4D

Color information

#A27B4D (or 0xA27B4D) is unknown color: approx Muesli. HEX triplet: A2, 7B and 4D. RGB value is (162,123,77). Sum of RGB (Red+Green+Blue) = 162+123+77=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B4D is #5D84B2. Grayscale: #818181. Windows color (decimal): -6128819 or 5077922. OLE color: 5077922.

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

Color convert

RGB16212377-
CMYK00.240.520.36
HSL32.47º35.56%46.86%-
HSV(B)32.47º52.47%63.53%-
XYZ23.3222.3810.11-
YUV129.4298.42151.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=44.75%
G=33.98%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621237700.240.520.3632.4735.5646.86
HexA27B4D018342420242f
Octal2421731150306444404457
Binary1010001011110111001101011000110100100100100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B4D; }

 p { color: rgb(162,123,77); }

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

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

 a { background-color: rgb(162,123,77); }

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

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

 span { border-color: rgb(162,123,77); }

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