Html Css Color HEX #A5824C Muddy Waters

📋 copy color: '#A5824C'

red 165 ◦ green 130 ◦ blue 76

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

Shades of Muddy Waters #A5824C

Tints of Muddy Waters #A5824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 44.47%
G = 35.04%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5824C (or 0xA5824C) is known color: Muddy Waters. HEX triplet: A5, 82 and 4C. RGB value is (165,130,76). Sum of RGB (Red+Green+Blue) = 165+130+76=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5824C is #5A7DB3. Grayscale: #868686. Windows color (decimal): -5930420 or 5014181. OLE color: 5014181.

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

Color convert

RGB 165 130 76 -
CMYK 0 0.21 0.54 0.35
HSL 36.4º 0.37% 0.47% -
HSV(B) 36.4º 0.54% 0.65% -
XYZ 24.8 24.49 10.26 -
YUV 134.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 165 130 76 0 0.21 0.54 0.35 36.4 0.37 0.47
Hex A5 82 4C 0 15 36 23 24 25 2F
Octal 245 202 114 0 25 66 43 44 45 57
Binary 10100101 10000010 1001100 0 10101 110110 100011 100100 100101 101111

Color Harmonies of #A5824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5824C

Black with #A5824C

Text Example


Text Example

White with #A5824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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