Html Css Color HEX #A58457 Muddy Waters

📋 copy color: '#A58457'

red 165 ◦ green 132 ◦ blue 87

#A58457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A58457

Tints of Muddy Waters #A58457

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 87 (34.38% from 255) = 22.66%

R = 42.97%
G = 34.38%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A58457 (or 0xA58457) is known color: Muddy Waters. HEX triplet: A5, 84 and 57. RGB value is (165,132,87). Sum of RGB (Red+Green+Blue) = 165+132+87=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A58457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58457 is #5A7BA8. Grayscale: #888888. Windows color (decimal): -5929897 or 5735589. OLE color: 5735589.

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

Color convert

RGB 165 132 87 -
CMYK 0 0.20 0.47 0.35
HSL 34.62º 0.31% 0.49% -
HSV(B) 34.62º 0.47% 0.65% -
XYZ 25.49 25.19 12.54 -
YUV 136.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 165 132 87 0 0.20 0.47 0.35 34.62 0.31 0.49
Hex A5 84 57 0 14 2F 23 23 1F 31
Octal 245 204 127 0 24 57 43 43 37 61
Binary 10100101 10000100 1010111 0 10100 101111 100011 100011 11111 110001

Color Harmonies of #A58457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58457

Black with #A58457

Text Example


Text Example

White with #A58457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58457; }

 p { color: rgb(165,132,87); }

 H1.HeaderClassName
 {
   color: #A58457;
 }
 .AnyTagClassName
 {
   color: #A58457;
 }
</style>

background-color css

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

 a { background-color: rgb(165,132,87); }

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

border-color css

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

 span { border-color: rgb(165,132,87); }

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