Html Css Color HEX #AA8652 Muddy Waters

📋 copy color: '#AA8652'

red 170 ◦ green 134 ◦ blue 82

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

Shades of Muddy Waters #AA8652

Tints of Muddy Waters #AA8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 44.04%
G = 34.72%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA8652 (or 0xAA8652) is known color: Muddy Waters. HEX triplet: AA, 86 and 52. RGB value is (170,134,82). Sum of RGB (Red+Green+Blue) = 170+134+82=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8652 is #5579AD. Grayscale: #8B8B8B. Windows color (decimal): -5601710 or 5408426. OLE color: 5408426.

HSL color Cylindrical-coordinate representation of color #AA8652: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA8652 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 134 82 -
CMYK 0 0.21 0.52 0.33
HSL 35.45º 0.35% 0.49% -
HSV(B) 35.45º 0.52% 0.67% -
XYZ 26.63 26.21 11.64 -
YUV 138.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 170 134 82 0 0.21 0.52 0.33 35.45 0.35 0.49
Hex AA 86 52 0 15 34 21 23 23 31
Octal 252 206 122 0 25 64 41 43 43 61
Binary 10101010 10000110 1010010 0 10101 110100 100001 100011 100011 110001

Color Harmonies of #AA8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8652

Black with #AA8652

Text Example


Text Example

White with #AA8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8652; }

 p { color: rgb(170,134,82); }

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

background-color css

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

 a { background-color: rgb(170,134,82); }

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

border-color css

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

 span { border-color: rgb(170,134,82); }

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