Html Css Color HEX #AA7A54 Muddy Waters

📋 copy color: '#AA7A54'

red 170 ◦ green 122 ◦ blue 84

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

Shades of Muddy Waters #AA7A54

Tints of Muddy Waters #AA7A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 45.21%
G = 32.45%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA7A54 (or 0xAA7A54) is known color: Muddy Waters. HEX triplet: AA, 7A and 54. RGB value is (170,122,84). Sum of RGB (Red+Green+Blue) = 170+122+84=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A54 is #5585AB. Grayscale: #848484. Windows color (decimal): -5604780 or 5536426. OLE color: 5536426.

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

Color convert

RGB 170 122 84 -
CMYK 0 0.28 0.51 0.33
HSL 26.51º 0.34% 0.5% -
HSV(B) 26.51º 0.51% 0.67% -
XYZ 25.14 23.11 11.52 -
YUV 132.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 170 122 84 0 0.28 0.51 0.33 26.51 0.34 0.5
Hex AA 7A 54 0 1C 33 21 1B 22 32
Octal 252 172 124 0 34 63 41 33 42 62
Binary 10101010 1111010 1010100 0 11100 110011 100001 11011 100010 110010

Color Harmonies of #AA7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A54

Black with #AA7A54

Text Example


Text Example

White with #AA7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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