Html Css Color HEX #AA804D Muddy Waters

📋 copy color: '#AA804D'

red 170 ◦ green 128 ◦ blue 77

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

Shades of Muddy Waters #AA804D

Tints of Muddy Waters #AA804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 45.33%
G = 34.13%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA804D (or 0xAA804D) is known color: Muddy Waters. HEX triplet: AA, 80 and 4D. RGB value is (170,128,77). Sum of RGB (Red+Green+Blue) = 170+128+77=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA804D is #557FB2. Grayscale: #868686. Windows color (decimal): -5603251 or 5079210. OLE color: 5079210.

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

Color convert

RGB 170 128 77 -
CMYK 0 0.25 0.55 0.33
HSL 32.9º 0.38% 0.48% -
HSV(B) 32.9º 0.55% 0.67% -
XYZ 25.64 24.52 10.4 -
YUV 134.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 170 128 77 0 0.25 0.55 0.33 32.9 0.38 0.48
Hex AA 80 4D 0 19 37 21 21 26 30
Octal 252 200 115 0 31 67 41 41 46 60
Binary 10101010 10000000 1001101 0 11001 110111 100001 100001 100110 110000

Color Harmonies of #AA804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA804D

Black with #AA804D

Text Example


Text Example

White with #AA804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA804D; }

 p { color: rgb(170,128,77); }

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

background-color css

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

 a { background-color: rgb(170,128,77); }

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

border-color css

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

 span { border-color: rgb(170,128,77); }

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