#A38051

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

Shades of Muesli #A38051

Tints of Muesli #A38051

Color information

#A38051 (or 0xA38051) is unknown color: approx Muesli. HEX triplet: A3, 80 and 51. RGB value is (163,128,81). Sum of RGB (Red+Green+Blue) = 163+128+81=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A38051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38051 is #5C7FAE. Grayscale: #858585. Windows color (decimal): -6061999 or 5341347. OLE color: 5341347.

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

Color convert

RGB16312881-
CMYK00.210.500.36
HSL34.39º33.61%47.84%-
HSV(B)34.39º50.31%63.92%-
XYZ24.3123.8211.1-
YUV133.1198.6149.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=43.82%
G=34.41%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631288100.210.500.3634.3933.6147.84
HexA380510153224222230
Octal2432001210256244424260
Binary10100011100000001010001010101110010100100100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38051; }

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

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

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

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

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

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

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

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