Html Css Color HEX #AA7F55 Muddy Waters

📋 copy color: '#AA7F55'

red 170 ◦ green 127 ◦ blue 85

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

Shades of Muddy Waters #AA7F55

Tints of Muddy Waters #AA7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 44.5%
G = 33.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7F55 (or 0xAA7F55) is known color: Muddy Waters. HEX triplet: AA, 7F and 55. RGB value is (170,127,85). Sum of RGB (Red+Green+Blue) = 170+127+85=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F55 is #5580AA. Grayscale: #878787. Windows color (decimal): -5603499 or 5603242. OLE color: 5603242.

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

Color convert

RGB 170 127 85 -
CMYK 0 0.25 0.50 0.33
HSL 29.65º 0.33% 0.5% -
HSV(B) 29.65º 0.5% 0.67% -
XYZ 25.81 24.38 11.94 -
YUV 135.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 170 127 85 0 0.25 0.50 0.33 29.65 0.33 0.5
Hex AA 7F 55 0 19 32 21 1E 21 32
Octal 252 177 125 0 31 62 41 36 41 62
Binary 10101010 1111111 1010101 0 11001 110010 100001 11110 100001 110010

Color Harmonies of #AA7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F55

Black with #AA7F55

Text Example


Text Example

White with #AA7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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