Html Css Color HEX #AA8143 Muddy Waters

📋 copy color: '#AA8143'

red 170 ◦ green 129 ◦ blue 67

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

Shades of Muddy Waters #AA8143

Tints of Muddy Waters #AA8143

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 46.45%
G = 35.25%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA8143 (or 0xAA8143) is known color: Muddy Waters. HEX triplet: AA, 81 and 43. RGB value is (170,129,67). Sum of RGB (Red+Green+Blue) = 170+129+67=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8143 is #557EBC. Grayscale: #868686. Windows color (decimal): -5603005 or 4424106. OLE color: 4424106.

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

Color convert

RGB 170 129 67 -
CMYK 0 0.24 0.61 0.33
HSL 36.12º 0.43% 0.46% -
HSV(B) 36.12º 0.61% 0.67% -
XYZ 25.44 24.65 8.73 -
YUV 134.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 170 129 67 0 0.24 0.61 0.33 36.12 0.43 0.46
Hex AA 81 43 0 18 3D 21 24 2B 2E
Octal 252 201 103 0 30 75 41 44 53 56
Binary 10101010 10000001 1000011 0 11000 111101 100001 100100 101011 101110

Color Harmonies of #AA8143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8143

Black with #AA8143

Text Example


Text Example

White with #AA8143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8143; }

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

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

background-color css

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

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

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

border-color css

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

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

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