Html Css Color HEX #AA814D Muddy Waters

📋 copy color: '#AA814D'

red 170 ◦ green 129 ◦ blue 77

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

Shades of Muddy Waters #AA814D

Tints of Muddy Waters #AA814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 45.21%
G = 34.31%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA814D (or 0xAA814D) is known color: Muddy Waters. HEX triplet: AA, 81 and 4D. RGB value is (170,129,77). Sum of RGB (Red+Green+Blue) = 170+129+77=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA814D is #557EB2. Grayscale: #878787. Windows color (decimal): -5602995 or 5079466. OLE color: 5079466.

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

Color convert

RGB 170 129 77 -
CMYK 0 0.24 0.55 0.33
HSL 33.55º 0.38% 0.48% -
HSV(B) 33.55º 0.55% 0.67% -
XYZ 25.77 24.78 10.45 -
YUV 135.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 170 129 77 0 0.24 0.55 0.33 33.55 0.38 0.48
Hex AA 81 4D 0 18 37 21 22 26 30
Octal 252 201 115 0 30 67 41 42 46 60
Binary 10101010 10000001 1001101 0 11000 110111 100001 100010 100110 110000

Color Harmonies of #AA814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA814D

Black with #AA814D

Text Example


Text Example

White with #AA814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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