Html Css Color HEX #AA834F Muddy Waters

📋 copy color: '#AA834F'

red 170 ◦ green 131 ◦ blue 79

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

Shades of Muddy Waters #AA834F

Tints of Muddy Waters #AA834F

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

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

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 44.74%
G = 34.47%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA834F (or 0xAA834F) is known color: Muddy Waters. HEX triplet: AA, 83 and 4F. RGB value is (170,131,79). Sum of RGB (Red+Green+Blue) = 170+131+79=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA834F is #557CB0. Grayscale: #888888. Windows color (decimal): -5602481 or 5211050. OLE color: 5211050.

HSL color Cylindrical-coordinate representation of color #AA834F: hue angle of 34.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA834F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 79 -
CMYK 0 0.23 0.54 0.33
HSL 34.29º 0.37% 0.49% -
HSV(B) 34.29º 0.54% 0.67% -
XYZ 26.11 25.34 10.91 -
YUV 136.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 170 131 79 0 0.23 0.54 0.33 34.29 0.37 0.49
Hex AA 83 4F 0 17 36 21 22 25 31
Octal 252 203 117 0 27 66 41 42 45 61
Binary 10101010 10000011 1001111 0 10111 110110 100001 100010 100101 110001

Color Harmonies of #AA834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA834F

Black with #AA834F

Text Example


Text Example

White with #AA834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA834F; }

 p { color: rgb(170,131,79); }

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

background-color css

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

 a { background-color: rgb(170,131,79); }

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

border-color css

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

 span { border-color: rgb(170,131,79); }

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