Html Css Color HEX #AA7F4E Muddy Waters

📋 copy color: '#AA7F4E'

red 170 ◦ green 127 ◦ blue 78

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

Shades of Muddy Waters #AA7F4E

Tints of Muddy Waters #AA7F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 45.33%
G = 33.87%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA7F4E (or 0xAA7F4E) is known color: Muddy Waters. HEX triplet: AA, 7F and 4E. RGB value is (170,127,78). Sum of RGB (Red+Green+Blue) = 170+127+78=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F4E is #5580B1. Grayscale: #868686. Windows color (decimal): -5603506 or 5144490. OLE color: 5144490.

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

Color convert

RGB 170 127 78 -
CMYK 0 0.25 0.54 0.33
HSL 31.96º 0.37% 0.49% -
HSV(B) 31.96º 0.54% 0.67% -
XYZ 25.54 24.27 10.55 -
YUV 134.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 170 127 78 0 0.25 0.54 0.33 31.96 0.37 0.49
Hex AA 7F 4E 0 19 36 21 20 25 31
Octal 252 177 116 0 31 66 41 40 45 61
Binary 10101010 1111111 1001110 0 11001 110110 100001 100000 100101 110001

Color Harmonies of #AA7F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F4E

Black with #AA7F4E

Text Example


Text Example

White with #AA7F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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