Html Css Color HEX #A5824A Muddy Waters

📋 copy color: '#A5824A'

red 165 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #A5824A

Tints of Muddy Waters #A5824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 44.72%
G = 35.23%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5824A (or 0xA5824A) is known color: Muddy Waters. HEX triplet: A5, 82 and 4A. RGB value is (165,130,74). Sum of RGB (Red+Green+Blue) = 165+130+74=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5824A is #5A7DB5. Grayscale: #868686. Windows color (decimal): -5930422 or 4883109. OLE color: 4883109.

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

Color convert

RGB 165 130 74 -
CMYK 0 0.21 0.55 0.35
HSL 36.92º 0.38% 0.47% -
HSV(B) 36.92º 0.55% 0.65% -
XYZ 24.74 24.46 9.9 -
YUV 134.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 165 130 74 0 0.21 0.55 0.35 36.92 0.38 0.47
Hex A5 82 4A 0 15 37 23 25 26 2F
Octal 245 202 112 0 25 67 43 45 46 57
Binary 10100101 10000010 1001010 0 10101 110111 100011 100101 100110 101111

Color Harmonies of #A5824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5824A

Black with #A5824A

Text Example


Text Example

White with #A5824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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