Html Css Color HEX #AA7F43 Muddy Waters

📋 copy color: '#AA7F43'

red 170 ◦ green 127 ◦ blue 67

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

Shades of Muddy Waters #AA7F43

Tints of Muddy Waters #AA7F43

RGB

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

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

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

R = 46.7%
G = 34.89%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7F43 (or 0xAA7F43) is known color: Muddy Waters. HEX triplet: AA, 7F and 43. RGB value is (170,127,67). Sum of RGB (Red+Green+Blue) = 170+127+67=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F43 is #5580BC. Grayscale: #858585. Windows color (decimal): -5603517 or 4423594. OLE color: 4423594.

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

Color convert

RGB 170 127 67 -
CMYK 0 0.25 0.61 0.33
HSL 34.95º 0.43% 0.46% -
HSV(B) 34.95º 0.61% 0.67% -
XYZ 25.18 24.13 8.64 -
YUV 133.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 170 127 67 0 0.25 0.61 0.33 34.95 0.43 0.46
Hex AA 7F 43 0 19 3D 21 23 2B 2E
Octal 252 177 103 0 31 75 41 43 53 56
Binary 10101010 1111111 1000011 0 11001 111101 100001 100011 101011 101110

Color Harmonies of #AA7F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F43

Black with #AA7F43

Text Example


Text Example

White with #AA7F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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