#A58252

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

Shades of Muddy Waters #A58252

Tints of Muddy Waters #A58252

Color information

#A58252 (or 0xA58252) is unknown color: approx Muddy Waters. HEX triplet: A5, 82 and 52. RGB value is (165,130,82). Sum of RGB (Red+Green+Blue) = 165+130+82=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A58252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58252 is #5A7DAD. Grayscale: #878787. Windows color (decimal): -5930414 or 5407397. OLE color: 5407397.

HSL color Cylindrical-coordinate representation of color #A58252: hue angle of 34.7º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A58252 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16513082-
CMYK00.210.500.35
HSL34.7º33.6%48.43%-
HSV(B)34.7º50.3%64.71%-
XYZ25.0224.5711.41-
YUV134.9998.1149.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=43.77%
G=34.48%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651308200.210.500.3534.733.648.43
HexA582520153223232230
Octal2452021220256243434260
Binary10100101100000101010010010101110010100011100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58252; }

 p { color: rgb(165,130,82); }

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

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

 a { background-color: rgb(165,130,82); }

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

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

 span { border-color: rgb(165,130,82); }

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