#A5804B

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

Shades of Muddy Waters #A5804B

Tints of Muddy Waters #A5804B

Color information

#A5804B (or 0xA5804B) is unknown color: approx Muddy Waters. HEX triplet: A5, 80 and 4B. RGB value is (165,128,75). Sum of RGB (Red+Green+Blue) = 165+128+75=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5804B is #5A7FB4. Grayscale: #858585. Windows color (decimal): -5930933 or 4948133. OLE color: 4948133.

HSL color Cylindrical-coordinate representation of color #A5804B: hue angle of 35.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5804B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16512875-
CMYK00.220.550.35
HSL35.33º37.5%47.06%-
HSV(B)35.33º54.55%64.71%-
XYZ24.5123.959.99-
YUV133.0295.26150.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=44.84%
G=34.78%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651287500.220.550.3535.3337.547.06
HexA5804B016372323262f
Octal2452001130266743434657
Binary10100101100000001001011010110110111100011100011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5804B; }

 p { color: rgb(165,128,75); }

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

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

 a { background-color: rgb(165,128,75); }

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

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

 span { border-color: rgb(165,128,75); }

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