Html Css Color HEX #A5804E Muddy Waters

📋 copy color: '#A5804E'

red 165 ◦ green 128 ◦ blue 78

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

Shades of Muddy Waters #A5804E

Tints of Muddy Waters #A5804E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 44.47%
G = 34.5%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5804E (or 0xA5804E) is known color: Muddy Waters. HEX triplet: A5, 80 and 4E. RGB value is (165,128,78). Sum of RGB (Red+Green+Blue) = 165+128+78=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5804E is #5A7FB1. Grayscale: #858585. Windows color (decimal): -5930930 or 5144741. OLE color: 5144741.

HSL color Cylindrical-coordinate representation of color #A5804E: hue angle of 34.48º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5804E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 78 -
CMYK 0 0.22 0.53 0.35
HSL 34.48º 0.36% 0.48% -
HSV(B) 34.48º 0.53% 0.65% -
XYZ 24.61 23.99 10.54 -
YUV 133.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 165 128 78 0 0.22 0.53 0.35 34.48 0.36 0.48
Hex A5 80 4E 0 16 35 23 22 24 30
Octal 245 200 116 0 26 65 43 42 44 60
Binary 10100101 10000000 1001110 0 10110 110101 100011 100010 100100 110000

Color Harmonies of #A5804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5804E

Black with #A5804E

Text Example


Text Example

White with #A5804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5804E; }

 p { color: rgb(165,128,78); }

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

background-color css

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

 a { background-color: rgb(165,128,78); }

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

border-color css

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

 span { border-color: rgb(165,128,78); }

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