Html Css Color HEX #A7834A Muddy Waters

📋 copy color: '#A7834A'

red 167 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #A7834A

Tints of Muddy Waters #A7834A

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

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

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

R = 44.89%
G = 35.22%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7834A (or 0xA7834A) is known color: Muddy Waters. HEX triplet: A7, 83 and 4A. RGB value is (167,131,74). Sum of RGB (Red+Green+Blue) = 167+131+74=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7834A is #587CB5. Grayscale: #878787. Windows color (decimal): -5799094 or 4883367. OLE color: 4883367.

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

Color convert

RGB 167 131 74 -
CMYK 0 0.22 0.56 0.35
HSL 36.77º 0.39% 0.47% -
HSV(B) 36.77º 0.56% 0.65% -
XYZ 25.29 24.94 9.96 -
YUV 135.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 167 131 74 0 0.22 0.56 0.35 36.77 0.39 0.47
Hex A7 83 4A 0 16 38 23 25 27 2F
Octal 247 203 112 0 26 70 43 45 47 57
Binary 10100111 10000011 1001010 0 10110 111000 100011 100101 100111 101111

Color Harmonies of #A7834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7834A

Black with #A7834A

Text Example


Text Example

White with #A7834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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