Html Css Color HEX #AA7E43 Muddy Waters

📋 copy color: '#AA7E43'

red 170 ◦ green 126 ◦ blue 67

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

Shades of Muddy Waters #AA7E43

Tints of Muddy Waters #AA7E43

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 46.83%
G = 34.71%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7E43 (or 0xAA7E43) is known color: Muddy Waters. HEX triplet: AA, 7E and 43. RGB value is (170,126,67). Sum of RGB (Red+Green+Blue) = 170+126+67=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E43 is #5581BC. Grayscale: #848484. Windows color (decimal): -5603773 or 4423338. OLE color: 4423338.

HSL color Cylindrical-coordinate representation of color #AA7E43: hue angle of 34.37º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7E43 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 67 -
CMYK 0 0.26 0.61 0.33
HSL 34.37º 0.43% 0.46% -
HSV(B) 34.37º 0.61% 0.67% -
XYZ 25.05 23.87 8.6 -
YUV 132.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 170 126 67 0 0.26 0.61 0.33 34.37 0.43 0.46
Hex AA 7E 43 0 1A 3D 21 22 2B 2E
Octal 252 176 103 0 32 75 41 42 53 56
Binary 10101010 1111110 1000011 0 11010 111101 100001 100010 101011 101110

Color Harmonies of #AA7E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E43

Black with #AA7E43

Text Example


Text Example

White with #AA7E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E43; }

 p { color: rgb(170,126,67); }

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

background-color css

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

 a { background-color: rgb(170,126,67); }

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

border-color css

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

 span { border-color: rgb(170,126,67); }

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