#A5814B

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

Shades of Muddy Waters #A5814B

Tints of Muddy Waters #A5814B

Color information

#A5814B (or 0xA5814B) is unknown color: approx Muddy Waters. HEX triplet: A5, 81 and 4B. RGB value is (165,129,75). Sum of RGB (Red+Green+Blue) = 165+129+75=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5814B is #5A7EB4. Grayscale: #858585. Windows color (decimal): -5930677 or 4948389. OLE color: 4948389.

HSL color Cylindrical-coordinate representation of color #A5814B: hue angle of 36º 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 #A5814B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16512975-
CMYK00.220.550.35
HSL36º37.5%47.06%-
HSV(B)36º54.55%64.71%-
XYZ24.6424.2110.03-
YUV133.6194.93150.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=44.72%
G=34.96%
B=20.33%

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
Decimal1651297500.220.550.353637.547.06
HexA5814B016372324262f
Octal2452011130266743444657
Binary10100101100000011001011010110110111100011100100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5814B; }

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

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

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

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

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

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

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

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