Html Css Color HEX #AA8554 Muddy Waters

📋 copy color: '#AA8554'

red 170 ◦ green 133 ◦ blue 84

#AA8554
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AA8554

Tints of Muddy Waters #AA8554

RGB

 RED value IS 170 (66.8% from 255) = 43.93%

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 43.93%
G = 34.37%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA8554 (or 0xAA8554) is known color: Muddy Waters. HEX triplet: AA, 85 and 54. RGB value is (170,133,84). Sum of RGB (Red+Green+Blue) = 170+133+84=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8554 is #557AAB. Grayscale: #8A8A8A. Windows color (decimal): -5601964 or 5539242. OLE color: 5539242.

HSL color Cylindrical-coordinate representation of color #AA8554: hue angle of 34.19º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8554 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 84 -
CMYK 0 0.22 0.51 0.33
HSL 34.19º 0.34% 0.5% -
HSV(B) 34.19º 0.51% 0.67% -
XYZ 26.57 25.96 12 -
YUV 138.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 170 133 84 0 0.22 0.51 0.33 34.19 0.34 0.5
Hex AA 85 54 0 16 33 21 22 22 32
Octal 252 205 124 0 26 63 41 42 42 62
Binary 10101010 10000101 1010100 0 10110 110011 100001 100010 100010 110010

Color Harmonies of #AA8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8554

Black with #AA8554

Text Example


Text Example

White with #AA8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8554; }

 p { color: rgb(170,133,84); }

 H1.HeaderClassName
 {
   color: #AA8554;
 }
 .AnyTagClassName
 {
   color: #AA8554;
 }
</style>

background-color css

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

 a { background-color: rgb(170,133,84); }

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

border-color css

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

 span { border-color: rgb(170,133,84); }

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