#A38359

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

Shades of Muesli #A38359

Tints of Muesli #A38359

Color information

#A38359 (or 0xA38359) is unknown color: approx Muesli. HEX triplet: A3, 83 and 59. RGB value is (163,131,89). Sum of RGB (Red+Green+Blue) = 163+131+89=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38359 is #5C7CA6. Grayscale: #878787. Windows color (decimal): -6061223 or 5866403. OLE color: 5866403.

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

Color convert

RGB16313189-
CMYK00.200.450.36
HSL34.05º29.37%49.41%-
HSV(B)34.05º45.4%63.92%-
XYZ25.0224.7412.91-
YUV135.78101.6147.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=42.56%
G=34.20%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631318900.200.450.3634.0529.3749.41
HexA383590142D24221d31
Octal2432031310245544423561
Binary1010001110000011101100101010010110110010010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38359; }

 p { color: rgb(163,131,89); }

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

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

 a { background-color: rgb(163,131,89); }

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

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

 span { border-color: rgb(163,131,89); }

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