Html Css Color HEX #AA824E Muddy Waters

📋 copy color: '#AA824E'

red 170 ◦ green 130 ◦ blue 78

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

Shades of Muddy Waters #AA824E

Tints of Muddy Waters #AA824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 44.97%
G = 34.39%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA824E (or 0xAA824E) is known color: Muddy Waters. HEX triplet: AA, 82 and 4E. RGB value is (170,130,78). Sum of RGB (Red+Green+Blue) = 170+130+78=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA824E is #557DB1. Grayscale: #888888. Windows color (decimal): -5602738 or 5145258. OLE color: 5145258.

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

Color convert

RGB 170 130 78 -
CMYK 0 0.24 0.54 0.33
HSL 33.91º 0.37% 0.49% -
HSV(B) 33.91º 0.54% 0.67% -
XYZ 25.94 25.06 10.68 -
YUV 136.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 170 130 78 0 0.24 0.54 0.33 33.91 0.37 0.49
Hex AA 82 4E 0 18 36 21 22 25 31
Octal 252 202 116 0 30 66 41 42 45 61
Binary 10101010 10000010 1001110 0 11000 110110 100001 100010 100101 110001

Color Harmonies of #AA824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA824E

Black with #AA824E

Text Example


Text Example

White with #AA824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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