Html Css Color HEX #AA7F4A Muddy Waters

📋 copy color: '#AA7F4A'

red 170 ◦ green 127 ◦ blue 74

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

Shades of Muddy Waters #AA7F4A

Tints of Muddy Waters #AA7F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 45.82%
G = 34.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA7F4A (or 0xAA7F4A) is known color: Muddy Waters. HEX triplet: AA, 7F and 4A. RGB value is (170,127,74). Sum of RGB (Red+Green+Blue) = 170+127+74=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F4A is #5580B5. Grayscale: #868686. Windows color (decimal): -5603510 or 4882346. OLE color: 4882346.

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

Color convert

RGB 170 127 74 -
CMYK 0 0.25 0.56 0.33
HSL 33.13º 0.39% 0.48% -
HSV(B) 33.13º 0.56% 0.67% -
XYZ 25.4 24.22 9.81 -
YUV 133.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 170 127 74 0 0.25 0.56 0.33 33.13 0.39 0.48
Hex AA 7F 4A 0 19 38 21 21 27 30
Octal 252 177 112 0 31 70 41 41 47 60
Binary 10101010 1111111 1001010 0 11001 111000 100001 100001 100111 110000

Color Harmonies of #AA7F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F4A

Black with #AA7F4A

Text Example


Text Example

White with #AA7F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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