#AA834A

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

Shades of Muddy Waters #AA834A

Tints of Muddy Waters #AA834A

Color information

#AA834A (or 0xAA834A) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 4A. RGB value is (170,131,74). Sum of RGB (Red+Green+Blue) = 170+131+74=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA834A is #557CB5. Grayscale: #888888. Windows color (decimal): -5602486 or 4883370. OLE color: 4883370.

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

Color convert

RGB17013174-
CMYK00.230.560.33
HSL35.63º39.34%47.84%-
HSV(B)35.63º56.47%66.67%-
XYZ25.9325.279.99-
YUV136.1692.92152.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=45.33%
G=34.93%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701317400.230.560.3335.6339.3447.84
HexAA834A0173821242730
Octal2522031120277041444760
Binary10101010100000111001010010111111000100001100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA834A; }

 p { color: rgb(170,131,74); }

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

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

 a { background-color: rgb(170,131,74); }

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

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

 span { border-color: rgb(170,131,74); }

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