Html Css Color HEX #A58554 Muddy Waters

📋 copy color: '#A58554'

red 165 ◦ green 133 ◦ blue 84

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

Shades of Muddy Waters #A58554

Tints of Muddy Waters #A58554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 43.19%
G = 34.82%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A58554 (or 0xA58554) is known color: Muddy Waters. HEX triplet: A5, 85 and 54. RGB value is (165,133,84). Sum of RGB (Red+Green+Blue) = 165+133+84=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58554 is #5A7AAB. Grayscale: #898989. Windows color (decimal): -5929644 or 5539237. OLE color: 5539237.

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

Color convert

RGB 165 133 84 -
CMYK 0 0.19 0.49 0.35
HSL 36.3º 0.33% 0.49% -
HSV(B) 36.3º 0.49% 0.65% -
XYZ 25.5 25.41 11.95 -
YUV 136.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 165 133 84 0 0.19 0.49 0.35 36.3 0.33 0.49
Hex A5 85 54 0 13 31 23 24 21 31
Octal 245 205 124 0 23 61 43 44 41 61
Binary 10100101 10000101 1010100 0 10011 110001 100011 100100 100001 110001

Color Harmonies of #A58554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58554

Black with #A58554

Text Example


Text Example

White with #A58554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58554; }

 p { color: rgb(165,133,84); }

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

background-color css

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

 a { background-color: rgb(165,133,84); }

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

border-color css

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

 span { border-color: rgb(165,133,84); }

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