Html Css Color HEX #AA8553 Muddy Waters

📋 copy color: '#AA8553'

red 170 ◦ green 133 ◦ blue 83

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

Shades of Muddy Waters #AA8553

Tints of Muddy Waters #AA8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 44.04%
G = 34.46%
B = 21.5%

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

#AA8553 (or 0xAA8553) is known color: Muddy Waters. HEX triplet: AA, 85 and 53. RGB value is (170,133,83). Sum of RGB (Red+Green+Blue) = 170+133+83=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8553 is #557AAC. Grayscale: #8A8A8A. Windows color (decimal): -5601965 or 5473706. OLE color: 5473706.

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

Color convert

RGB 170 133 83 -
CMYK 0 0.22 0.51 0.33
HSL 34.48º 0.34% 0.5% -
HSV(B) 34.48º 0.51% 0.67% -
XYZ 26.53 25.95 11.79 -
YUV 138.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 170 133 83 0 0.22 0.51 0.33 34.48 0.34 0.5
Hex AA 85 53 0 16 33 21 22 22 32
Octal 252 205 123 0 26 63 41 42 42 62
Binary 10101010 10000101 1010011 0 10110 110011 100001 100010 100010 110010

Color Harmonies of #AA8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8553

Black with #AA8553

Text Example


Text Example

White with #AA8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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