Html Css Color HEX #AA8155 Muddy Waters

📋 copy color: '#AA8155'

red 170 ◦ green 129 ◦ blue 85

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

Shades of Muddy Waters #AA8155

Tints of Muddy Waters #AA8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 44.27%
G = 33.59%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA8155 (or 0xAA8155) is known color: Muddy Waters. HEX triplet: AA, 81 and 55. RGB value is (170,129,85). Sum of RGB (Red+Green+Blue) = 170+129+85=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8155 is #557EAA. Grayscale: #888888. Windows color (decimal): -5602987 or 5603754. OLE color: 5603754.

HSL color Cylindrical-coordinate representation of color #AA8155: hue angle of 31.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA8155 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 129 85 -
CMYK 0 0.24 0.50 0.33
HSL 31.06º 0.33% 0.5% -
HSV(B) 31.06º 0.5% 0.67% -
XYZ 26.07 24.9 12.03 -
YUV 136.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 170 129 85 0 0.24 0.50 0.33 31.06 0.33 0.5
Hex AA 81 55 0 18 32 21 1F 21 32
Octal 252 201 125 0 30 62 41 37 41 62
Binary 10101010 10000001 1010101 0 11000 110010 100001 11111 100001 110010

Color Harmonies of #AA8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8155

Black with #AA8155

Text Example


Text Example

White with #AA8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8155; }

 p { color: rgb(170,129,85); }

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

background-color css

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

 a { background-color: rgb(170,129,85); }

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

border-color css

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

 span { border-color: rgb(170,129,85); }

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