Html Css Color HEX #AA854A Muddy Waters

📋 copy color: '#AA854A'

red 170 ◦ green 133 ◦ blue 74

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

Shades of Muddy Waters #AA854A

Tints of Muddy Waters #AA854A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 45.09%
G = 35.28%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA854A (or 0xAA854A) is known color: Muddy Waters. HEX triplet: AA, 85 and 4A. RGB value is (170,133,74). Sum of RGB (Red+Green+Blue) = 170+133+74=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA854A is #557AB5. Grayscale: #898989. Windows color (decimal): -5601974 or 4883882. OLE color: 4883882.

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

Color convert

RGB 170 133 74 -
CMYK 0 0.22 0.56 0.33
HSL 36.88º 0.39% 0.48% -
HSV(B) 36.88º 0.56% 0.67% -
XYZ 26.2 25.82 10.08 -
YUV 137.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 170 133 74 0 0.22 0.56 0.33 36.88 0.39 0.48
Hex AA 85 4A 0 16 38 21 25 27 30
Octal 252 205 112 0 26 70 41 45 47 60
Binary 10101010 10000101 1001010 0 10110 111000 100001 100101 100111 110000

Color Harmonies of #AA854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA854A

Black with #AA854A

Text Example


Text Example

White with #AA854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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