Html Css Color HEX #AA814E Muddy Waters

📋 copy color: '#AA814E'

red 170 ◦ green 129 ◦ blue 78

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

Shades of Muddy Waters #AA814E

Tints of Muddy Waters #AA814E

RGB

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

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

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

R = 45.09%
G = 34.22%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA814E (or 0xAA814E) is known color: Muddy Waters. HEX triplet: AA, 81 and 4E. RGB value is (170,129,78). Sum of RGB (Red+Green+Blue) = 170+129+78=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA814E is #557EB1. Grayscale: #878787. Windows color (decimal): -5602994 or 5145002. OLE color: 5145002.

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

Color convert

RGB 170 129 78 -
CMYK 0 0.24 0.54 0.33
HSL 33.26º 0.37% 0.49% -
HSV(B) 33.26º 0.54% 0.67% -
XYZ 25.8 24.8 10.63 -
YUV 135.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 170 129 78 0 0.24 0.54 0.33 33.26 0.37 0.49
Hex AA 81 4E 0 18 36 21 21 25 31
Octal 252 201 116 0 30 66 41 41 45 61
Binary 10101010 10000001 1001110 0 11000 110110 100001 100001 100101 110001

Color Harmonies of #AA814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA814E

Black with #AA814E

Text Example


Text Example

White with #AA814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA814E; }

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

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

background-color css

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

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

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

border-color css

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

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

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