#A38055

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

Shades of Muesli #A38055

Tints of Muesli #A38055

Color information

#A38055 (or 0xA38055) is unknown color: approx Muesli. HEX triplet: A3, 80 and 55. RGB value is (163,128,85). Sum of RGB (Red+Green+Blue) = 163+128+85=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38055 is #5C7FAA. Grayscale: #858585. Windows color (decimal): -6061995 or 5603491. OLE color: 5603491.

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

Color convert

RGB16312885-
CMYK00.210.480.36
HSL33.08º31.45%48.63%-
HSV(B)33.08º47.85%63.92%-
XYZ24.4623.8811.91-
YUV133.56100.6149-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=43.35%
G=34.04%
B=22.61%

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
Decimal1631288500.210.480.3633.0831.4548.63
HexA380550153024211f31
Octal2432001250256044413761
Binary1010001110000000101010101010111000010010010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38055; }

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

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

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

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

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

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

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

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