Html Css Color HEX #A5844A Muddy Waters

📋 copy color: '#A5844A'

red 165 ◦ green 132 ◦ blue 74

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

Shades of Muddy Waters #A5844A

Tints of Muddy Waters #A5844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 44.47%
G = 35.58%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5844A (or 0xA5844A) is known color: Muddy Waters. HEX triplet: A5, 84 and 4A. RGB value is (165,132,74). Sum of RGB (Red+Green+Blue) = 165+132+74=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5844A is #5A7BB5. Grayscale: #878787. Windows color (decimal): -5929910 or 4883621. OLE color: 4883621.

HSL color Cylindrical-coordinate representation of color #A5844A: hue angle of 38.24º 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 #A5844A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 74 -
CMYK 0 0.20 0.55 0.35
HSL 38.24º 0.38% 0.47% -
HSV(B) 38.24º 0.55% 0.65% -
XYZ 25 25 9.99 -
YUV 135.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 165 132 74 0 0.20 0.55 0.35 38.24 0.38 0.47
Hex A5 84 4A 0 14 37 23 26 26 2F
Octal 245 204 112 0 24 67 43 46 46 57
Binary 10100101 10000100 1001010 0 10100 110111 100011 100110 100110 101111

Color Harmonies of #A5844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5844A

Black with #A5844A

Text Example


Text Example

White with #A5844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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