#AA7A4B

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

Shades of Muddy Waters #AA7A4B

Tints of Muddy Waters #AA7A4B

Color information

#AA7A4B (or 0xAA7A4B) is unknown color: approx Muddy Waters. HEX triplet: AA, 7A and 4B. RGB value is (170,122,75). Sum of RGB (Red+Green+Blue) = 170+122+75=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A4B is #5585B4. Grayscale: #838383. Windows color (decimal): -5604789 or 4946602. OLE color: 4946602.

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

Color convert

RGB17012275-
CMYK00.280.560.33
HSL29.68º38.78%48.04%-
HSV(B)29.68º55.88%66.67%-
XYZ24.8122.979.78-
YUV130.9996.4155.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=46.32%
G=33.24%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701227500.280.560.3329.6838.7848.04
HexAA7A4B01C38211e2730
Octal2521721130347041364760
Binary101010101111010100101101110011100010000111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A4B; }

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

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

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

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

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

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

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

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