Html Css Color HEX #AA834C Muddy Waters

📋 copy color: '#AA834C'

red 170 ◦ green 131 ◦ blue 76

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

Shades of Muddy Waters #AA834C

Tints of Muddy Waters #AA834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 45.09%
G = 34.75%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA834C (or 0xAA834C) is known color: Muddy Waters. HEX triplet: AA, 83 and 4C. RGB value is (170,131,76). Sum of RGB (Red+Green+Blue) = 170+131+76=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA834C is #557CB3. Grayscale: #888888. Windows color (decimal): -5602484 or 5014442. OLE color: 5014442.

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

Color convert

RGB 170 131 76 -
CMYK 0 0.23 0.55 0.33
HSL 35.11º 0.38% 0.48% -
HSV(B) 35.11º 0.55% 0.67% -
XYZ 26 25.3 10.35 -
YUV 136.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 170 131 76 0 0.23 0.55 0.33 35.11 0.38 0.48
Hex AA 83 4C 0 17 37 21 23 26 30
Octal 252 203 114 0 27 67 41 43 46 60
Binary 10101010 10000011 1001100 0 10111 110111 100001 100011 100110 110000

Color Harmonies of #AA834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA834C

Black with #AA834C

Text Example


Text Example

White with #AA834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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