#A27B4B

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

Shades of Muesli #A27B4B

Tints of Muesli #A27B4B

Color information

#A27B4B (or 0xA27B4B) is unknown color: approx Muesli. HEX triplet: A2, 7B and 4B. RGB value is (162,123,75). Sum of RGB (Red+Green+Blue) = 162+123+75=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B4B is #5D84B4. Grayscale: #818181. Windows color (decimal): -6128821 or 4946850. OLE color: 4946850.

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

Color convert

RGB16212375-
CMYK00.240.540.36
HSL33.1º36.71%46.47%-
HSV(B)33.1º53.7%63.53%-
XYZ23.2522.369.75-
YUV129.1997.42151.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=45%
G=34.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621237500.240.540.3633.136.7146.47
HexA27B4B018362421252e
Octal2421731130306644414556
Binary1010001011110111001011011000110110100100100001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B4B; }

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

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

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

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

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

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

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

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