Html Css Color HEX #A5824F Muddy Waters

📋 copy color: '#A5824F'

red 165 ◦ green 130 ◦ blue 79

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

Shades of Muddy Waters #A5824F

Tints of Muddy Waters #A5824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.12%

R = 44.12%
G = 34.76%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5824F (or 0xA5824F) is known color: Muddy Waters. HEX triplet: A5, 82 and 4F. RGB value is (165,130,79). Sum of RGB (Red+Green+Blue) = 165+130+79=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5824F is #5A7DB0. Grayscale: #868686. Windows color (decimal): -5930417 or 5210789. OLE color: 5210789.

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

Color convert

RGB 165 130 79 -
CMYK 0 0.21 0.52 0.35
HSL 35.58º 0.35% 0.48% -
HSV(B) 35.58º 0.52% 0.65% -
XYZ 24.91 24.53 10.82 -
YUV 134.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 165 130 79 0 0.21 0.52 0.35 35.58 0.35 0.48
Hex A5 82 4F 0 15 34 23 24 23 30
Octal 245 202 117 0 25 64 43 44 43 60
Binary 10100101 10000010 1001111 0 10101 110100 100011 100100 100011 110000

Color Harmonies of #A5824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5824F

Black with #A5824F

Text Example


Text Example

White with #A5824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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