Html Css Color HEX #AA884C Muddy Waters

📋 copy color: '#AA884C'

red 170 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #AA884C

Tints of Muddy Waters #AA884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 44.5%
G = 35.6%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA884C (or 0xAA884C) is known color: Muddy Waters. HEX triplet: AA, 88 and 4C. RGB value is (170,136,76). Sum of RGB (Red+Green+Blue) = 170+136+76=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA884C is #5577B3. Grayscale: #8B8B8B. Windows color (decimal): -5601204 or 5015722. OLE color: 5015722.

HSL color Cylindrical-coordinate representation of color #AA884C: hue angle of 38.3º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA884C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 76 -
CMYK 0 0.20 0.55 0.33
HSL 38.3º 0.38% 0.48% -
HSV(B) 38.3º 0.55% 0.67% -
XYZ 26.69 26.68 10.58 -
YUV 139.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 170 136 76 0 0.20 0.55 0.33 38.3 0.38 0.48
Hex AA 88 4C 0 14 37 21 26 26 30
Octal 252 210 114 0 24 67 41 46 46 60
Binary 10101010 10001000 1001100 0 10100 110111 100001 100110 100110 110000

Color Harmonies of #AA884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA884C

Black with #AA884C

Text Example


Text Example

White with #AA884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA884C; }

 p { color: rgb(170,136,76); }

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

background-color css

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

 a { background-color: rgb(170,136,76); }

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

border-color css

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

 span { border-color: rgb(170,136,76); }

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