Html Css Color HEX #A5834A Muddy Waters

📋 copy color: '#A5834A'

red 165 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #A5834A

Tints of Muddy Waters #A5834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 44.59%
G = 35.41%
B = 20%

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

#A5834A (or 0xA5834A) is known color: Muddy Waters. HEX triplet: A5, 83 and 4A. RGB value is (165,131,74). Sum of RGB (Red+Green+Blue) = 165+131+74=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5834A is #5A7CB5. Grayscale: #868686. Windows color (decimal): -5930166 or 4883365. OLE color: 4883365.

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

Color convert

RGB 165 131 74 -
CMYK 0 0.21 0.55 0.35
HSL 37.58º 0.38% 0.47% -
HSV(B) 37.58º 0.55% 0.65% -
XYZ 24.87 24.73 9.94 -
YUV 134.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 165 131 74 0 0.21 0.55 0.35 37.58 0.38 0.47
Hex A5 83 4A 0 15 37 23 26 26 2F
Octal 245 203 112 0 25 67 43 46 46 57
Binary 10100101 10000011 1001010 0 10101 110111 100011 100110 100110 101111

Color Harmonies of #A5834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5834A

Black with #A5834A

Text Example


Text Example

White with #A5834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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