Html Css Color HEX #A58448 Muddy Waters

📋 copy color: '#A58448'

red 165 ◦ green 132 ◦ blue 72

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

Shades of Muddy Waters #A58448

Tints of Muddy Waters #A58448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 44.72%
G = 35.77%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A58448 (or 0xA58448) is known color: Muddy Waters. HEX triplet: A5, 84 and 48. RGB value is (165,132,72). Sum of RGB (Red+Green+Blue) = 165+132+72=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A58448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58448 is #5A7BB7. Grayscale: #878787. Windows color (decimal): -5929912 or 4752549. OLE color: 4752549.

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

Color convert

RGB 165 132 72 -
CMYK 0 0.20 0.56 0.35
HSL 38.71º 0.39% 0.46% -
HSV(B) 38.71º 0.56% 0.65% -
XYZ 24.94 24.97 9.64 -
YUV 135.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 165 132 72 0 0.20 0.56 0.35 38.71 0.39 0.46
Hex A5 84 48 0 14 38 23 27 27 2E
Octal 245 204 110 0 24 70 43 47 47 56
Binary 10100101 10000100 1001000 0 10100 111000 100011 100111 100111 101110

Color Harmonies of #A58448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58448

Black with #A58448

Text Example


Text Example

White with #A58448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58448; }

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

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

background-color css

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

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

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

border-color css

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

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

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