#AA814E

Color #AA814E Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AA814E

Tints of Muddy Waters #AA814E

Color information

#AA814E (or 0xAA814E) is unknown color: approx 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

RGB17012978-
CMYK00.240.540.33
HSL33.26º37.1%48.63%-
HSV(B)33.26º54.12%66.67%-
XYZ25.824.810.63-
YUV135.4495.58152.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701297800.240.540.3333.2637.148.63
HexAA814E0183621212531
Octal2522011160306641414561
Binary10101010100000011001110011000110110100001100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>