Html Css Color HEX #AA834E Muddy Waters

📋 copy color: '#AA834E'

red 170 ◦ green 131 ◦ blue 78

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

Shades of Muddy Waters #AA834E

Tints of Muddy Waters #AA834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 44.85%
G = 34.56%
B = 20.58%

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

#AA834E (or 0xAA834E) is known color: Muddy Waters. HEX triplet: AA, 83 and 4E. RGB value is (170,131,78). Sum of RGB (Red+Green+Blue) = 170+131+78=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA834E is #557CB1. Grayscale: #888888. Windows color (decimal): -5602482 or 5145514. OLE color: 5145514.

HSL color Cylindrical-coordinate representation of color #AA834E: hue angle of 34.57º 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 #AA834E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 78 -
CMYK 0 0.23 0.54 0.33
HSL 34.57º 0.37% 0.49% -
HSV(B) 34.57º 0.54% 0.67% -
XYZ 26.07 25.33 10.72 -
YUV 136.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 170 131 78 0 0.23 0.54 0.33 34.57 0.37 0.49
Hex AA 83 4E 0 17 36 21 23 25 31
Octal 252 203 116 0 27 66 41 43 45 61
Binary 10101010 10000011 1001110 0 10111 110110 100001 100011 100101 110001

Color Harmonies of #AA834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA834E

Black with #AA834E

Text Example


Text Example

White with #AA834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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