Html Css Color HEX #AA7F46 Muddy Waters

📋 copy color: '#AA7F46'

red 170 ◦ green 127 ◦ blue 70

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

Shades of Muddy Waters #AA7F46

Tints of Muddy Waters #AA7F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 46.32%
G = 34.6%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA7F46 (or 0xAA7F46) is known color: Muddy Waters. HEX triplet: AA, 7F and 46. RGB value is (170,127,70). Sum of RGB (Red+Green+Blue) = 170+127+70=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F46 is #5580B9. Grayscale: #858585. Windows color (decimal): -5603514 or 4620202. OLE color: 4620202.

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

Color convert

RGB 170 127 70 -
CMYK 0 0.25 0.59 0.33
HSL 34.2º 0.42% 0.47% -
HSV(B) 34.2º 0.59% 0.67% -
XYZ 25.27 24.17 9.13 -
YUV 133.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 170 127 70 0 0.25 0.59 0.33 34.2 0.42 0.47
Hex AA 7F 46 0 19 3B 21 22 2A 2F
Octal 252 177 106 0 31 73 41 42 52 57
Binary 10101010 1111111 1000110 0 11001 111011 100001 100010 101010 101111

Color Harmonies of #AA7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F46

Black with #AA7F46

Text Example


Text Example

White with #AA7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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