Html Css Color HEX #A58245 Muddy Waters

📋 copy color: '#A58245'

red 165 ◦ green 130 ◦ blue 69

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

Shades of Muddy Waters #A58245

Tints of Muddy Waters #A58245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 45.33%
G = 35.71%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A58245 (or 0xA58245) is known color: Muddy Waters. HEX triplet: A5, 82 and 45. RGB value is (165,130,69). Sum of RGB (Red+Green+Blue) = 165+130+69=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A58245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58245 is #5A7DBA. Grayscale: #858585. Windows color (decimal): -5930427 or 4555429. OLE color: 4555429.

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

Color convert

RGB 165 130 69 -
CMYK 0 0.21 0.58 0.35
HSL 38.13º 0.41% 0.46% -
HSV(B) 38.13º 0.58% 0.65% -
XYZ 24.57 24.39 9.04 -
YUV 133.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 165 130 69 0 0.21 0.58 0.35 38.13 0.41 0.46
Hex A5 82 45 0 15 3A 23 26 29 2E
Octal 245 202 105 0 25 72 43 46 51 56
Binary 10100101 10000010 1000101 0 10101 111010 100011 100110 101001 101110

Color Harmonies of #A58245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58245

Black with #A58245

Text Example


Text Example

White with #A58245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58245; }

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

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

background-color css

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

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

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

border-color css

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

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

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