#A88552

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

Shades of Muddy Waters #A88552

Tints of Muddy Waters #A88552

Color information

#A88552 (or 0xA88552) is unknown color: approx Muddy Waters. HEX triplet: A8, 85 and 52. RGB value is (168,133,82). Sum of RGB (Red+Green+Blue) = 168+133+82=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A88552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88552 is #577AAD. Grayscale: #898989. Windows color (decimal): -5733038 or 5408168. OLE color: 5408168.

HSL color Cylindrical-coordinate representation of color #A88552: hue angle of 35.58º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88552 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16813382-
CMYK00.210.510.34
HSL35.58º34.4%49.02%-
HSV(B)35.58º51.19%65.88%-
XYZ26.0625.7111.57-
YUV137.6596.6149.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=43.86%
G=34.73%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681338200.210.510.3435.5834.449.02
HexA885520153322242231
Octal2502051220256342444261
Binary10101000100001011010010010101110011100010100100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88552; }

 p { color: rgb(168,133,82); }

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

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

 a { background-color: rgb(168,133,82); }

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

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

 span { border-color: rgb(168,133,82); }

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