#A88748

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

Shades of Muddy Waters #A88748

Tints of Muddy Waters #A88748

Color information

#A88748 (or 0xA88748) is unknown color: approx Muddy Waters. HEX triplet: A8, 87 and 48. RGB value is (168,135,72). Sum of RGB (Red+Green+Blue) = 168+135+72=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A88748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88748 is #5778B7. Grayscale: #898989. Windows color (decimal): -5732536 or 4753320. OLE color: 4753320.

HSL color Cylindrical-coordinate representation of color #A88748: hue angle of 39.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A88748 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16813572-
CMYK00.200.570.34
HSL39.38º40%47.06%-
HSV(B)39.38º57.14%65.88%-
XYZ25.9826.129.8-
YUV137.6890.93149.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=44.8%
G=36%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681357200.200.570.3439.384047.06
HexA88748014392227282f
Octal2502071100247142475057
Binary10101000100001111001000010100111001100010100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88748; }

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

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

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

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

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

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

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

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