#AA874E

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

Shades of Muddy Waters #AA874E

Tints of Muddy Waters #AA874E

Color information

#AA874E (or 0xAA874E) is unknown color: approx Muddy Waters. HEX triplet: AA, 87 and 4E. RGB value is (170,135,78). Sum of RGB (Red+Green+Blue) = 170+135+78=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA874E is #5578B1. Grayscale: #8B8B8B. Windows color (decimal): -5601458 or 5146538. OLE color: 5146538.

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

Color convert

RGB17013578-
CMYK00.210.540.33
HSL37.17º37.1%48.63%-
HSV(B)37.17º54.12%66.67%-
XYZ26.6226.4210.91-
YUV138.9793.6150.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=44.39%
G=35.25%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701357800.210.540.3337.1737.148.63
HexAA874E0153621252531
Octal2522071160256641454561
Binary10101010100001111001110010101110110100001100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA874E; }

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

 H1.HeaderClassName
 {
   color: #AA874E;
 }
 .AnyTagClassName
 {
   color: #AA874E;
 }
</style>
background-color css

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

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

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

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

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

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