#A38054

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

Shades of Muesli #A38054

Tints of Muesli #A38054

Color information

#A38054 (or 0xA38054) is unknown color: approx Muesli. HEX triplet: A3, 80 and 54. RGB value is (163,128,84). Sum of RGB (Red+Green+Blue) = 163+128+84=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A38054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38054 is #5C7FAB. Grayscale: #858585. Windows color (decimal): -6061996 or 5537955. OLE color: 5537955.

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

Color convert

RGB16312884-
CMYK00.210.480.36
HSL33.42º31.98%48.43%-
HSV(B)33.42º48.47%63.92%-
XYZ24.4223.8611.71-
YUV133.45100.1149.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=43.47%
G=34.13%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631288400.210.480.3633.4231.9848.43
HexA380540153024212030
Octal2432001240256044414060
Binary10100011100000001010100010101110000100100100001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38054; }

 p { color: rgb(163,128,84); }

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

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

 a { background-color: rgb(163,128,84); }

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

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

 span { border-color: rgb(163,128,84); }

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