#A48153

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

Shades of Muesli #A48153

Tints of Muesli #A48153

Color information

#A48153 (or 0xA48153) is unknown color: approx Muesli. HEX triplet: A4, 81 and 53. RGB value is (164,129,83). Sum of RGB (Red+Green+Blue) = 164+129+83=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48153 is #5B7EAC. Grayscale: #868686. Windows color (decimal): -5996205 or 5472676. OLE color: 5472676.

HSL color Cylindrical-coordinate representation of color #A48153: hue angle of 34.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48153 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16412983-
CMYK00.210.490.36
HSL34.07º32.79%48.43%-
HSV(B)34.07º49.39%64.31%-
XYZ24.7224.2211.56-
YUV134.2299.1149.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=43.62%
G=34.31%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641298300.210.490.3634.0732.7948.43
HexA481530153124222130
Octal2442011230256144424160
Binary10100100100000011010011010101110001100100100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48153; }

 p { color: rgb(164,129,83); }

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

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

 a { background-color: rgb(164,129,83); }

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

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

 span { border-color: rgb(164,129,83); }

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