#A28054

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

Shades of Muesli #A28054

Tints of Muesli #A28054

Color information

#A28054 (or 0xA28054) is unknown color: approx Muesli. HEX triplet: A2, 80 and 54. RGB value is (162,128,84). Sum of RGB (Red+Green+Blue) = 162+128+84=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28054 is #5D7FAB. Grayscale: #858585. Windows color (decimal): -6127532 or 5537954. OLE color: 5537954.

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

Color convert

RGB16212884-
CMYK00.210.480.36
HSL33.85º31.71%48.24%-
HSV(B)33.85º48.15%63.53%-
XYZ24.2223.7611.7-
YUV133.15100.26148.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=43.32%
G=34.22%
B=22.46%

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
Decimal1621288400.210.480.3633.8531.7148.24
HexA280540153024222030
Octal2422001240256044424060
Binary10100010100000001010100010101110000100100100010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28054; }

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

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

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

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

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

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

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

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