#A28055

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

Shades of Muesli #A28055

Tints of Muesli #A28055

Color information

#A28055 (or 0xA28055) is unknown color: approx Muesli. HEX triplet: A2, 80 and 55. RGB value is (162,128,85). Sum of RGB (Red+Green+Blue) = 162+128+85=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28055 is #5D7FAA. Grayscale: #858585. Windows color (decimal): -6127531 or 5603490. OLE color: 5603490.

HSL color Cylindrical-coordinate representation of color #A28055: hue angle of 33.51º degrees, saturation: 0.31, 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 #A28055 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16212885-
CMYK00.210.480.36
HSL33.51º31.17%48.43%-
HSV(B)33.51º47.53%63.53%-
XYZ24.2623.7811.9-
YUV133.26100.76148.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=43.2%
G=34.13%
B=22.67%

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
Decimal1621288500.210.480.3633.5131.1748.43
HexA280550153024221f30
Octal2422001250256044423760
Binary1010001010000000101010101010111000010010010001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28055; }

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

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

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

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

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

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

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

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