Html Css Color HEX #AA854E Muddy Waters

📋 copy color: '#AA854E'

red 170 ◦ green 133 ◦ blue 78

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

Shades of Muddy Waters #AA854E

Tints of Muddy Waters #AA854E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 44.62%
G = 34.91%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA854E (or 0xAA854E) is known color: Muddy Waters. HEX triplet: AA, 85 and 4E. RGB value is (170,133,78). Sum of RGB (Red+Green+Blue) = 170+133+78=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA854E is #557AB1. Grayscale: #8A8A8A. Windows color (decimal): -5601970 or 5146026. OLE color: 5146026.

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

Color convert

RGB 170 133 78 -
CMYK 0 0.22 0.54 0.33
HSL 35.87º 0.37% 0.49% -
HSV(B) 35.87º 0.54% 0.67% -
XYZ 26.34 25.87 10.81 -
YUV 137.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 170 133 78 0 0.22 0.54 0.33 35.87 0.37 0.49
Hex AA 85 4E 0 16 36 21 24 25 31
Octal 252 205 116 0 26 66 41 44 45 61
Binary 10101010 10000101 1001110 0 10110 110110 100001 100100 100101 110001

Color Harmonies of #AA854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA854E

Black with #AA854E

Text Example


Text Example

White with #AA854E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA854E; }

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

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

background-color css

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

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

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

border-color css

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

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

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