#AA7F4B

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

Shades of Muddy Waters #AA7F4B

Tints of Muddy Waters #AA7F4B

Color information

#AA7F4B (or 0xAA7F4B) is unknown color: approx Muddy Waters. HEX triplet: AA, 7F and 4B. RGB value is (170,127,75). Sum of RGB (Red+Green+Blue) = 170+127+75=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F4B is #5580B4. Grayscale: #868686. Windows color (decimal): -5603509 or 4947882. OLE color: 4947882.

HSL color Cylindrical-coordinate representation of color #AA7F4B: hue angle of 32.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA7F4B is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17012775-
CMYK00.250.560.33
HSL32.84º38.78%48.04%-
HSV(B)32.84º55.88%66.67%-
XYZ25.4424.239.99-
YUV133.9394.75153.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=45.70%
G=34.14%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701277500.250.560.3332.8438.7848.04
HexAA7F4B0193821212730
Octal2521771130317041414760
Binary1010101011111111001011011001111000100001100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F4B; }

 p { color: rgb(170,127,75); }

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

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

 a { background-color: rgb(170,127,75); }

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

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

 span { border-color: rgb(170,127,75); }

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