#A28748

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

Shades of Muddy Waters #A28748

Tints of Muddy Waters #A28748

Color information

#A28748 (or 0xA28748) is unknown color: approx Muddy Waters. HEX triplet: A2, 87 and 48. RGB value is (162,135,72). Sum of RGB (Red+Green+Blue) = 162+135+72=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A28748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28748 is #5D78B7. Grayscale: #888888. Windows color (decimal): -6125752 or 4753314. OLE color: 4753314.

HSL color Cylindrical-coordinate representation of color #A28748: hue angle of 42º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28748 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16213572-
CMYK00.170.560.36
HSL42º38.46%45.88%-
HSV(B)42º55.56%63.53%-
XYZ24.7325.489.74-
YUV135.8991.95146.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=43.90%
G=36.59%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621357200.170.560.364238.4645.88
HexA2874801138242a262e
Octal2422071100217044524656
Binary10100010100001111001000010001111000100100101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28748; }

 p { color: rgb(162,135,72); }

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

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

 a { background-color: rgb(162,135,72); }

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

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

 span { border-color: rgb(162,135,72); }

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