Html Css Color HEX #AA8142 Muddy Waters

📋 copy color: '#AA8142'

red 170 ◦ green 129 ◦ blue 66

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

Shades of Muddy Waters #AA8142

Tints of Muddy Waters #AA8142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 46.58%
G = 35.34%
B = 18.08%

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

#AA8142 (or 0xAA8142) is known color: Muddy Waters. HEX triplet: AA, 81 and 42. RGB value is (170,129,66). Sum of RGB (Red+Green+Blue) = 170+129+66=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8142 is #557EBD. Grayscale: #868686. Windows color (decimal): -5603006 or 4358570. OLE color: 4358570.

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

Color convert

RGB 170 129 66 -
CMYK 0 0.24 0.61 0.33
HSL 36.35º 0.44% 0.46% -
HSV(B) 36.35º 0.61% 0.67% -
XYZ 25.41 24.64 8.57 -
YUV 134.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 170 129 66 0 0.24 0.61 0.33 36.35 0.44 0.46
Hex AA 81 42 0 18 3D 21 24 2C 2E
Octal 252 201 102 0 30 75 41 44 54 56
Binary 10101010 10000001 1000010 0 11000 111101 100001 100100 101100 101110

Color Harmonies of #AA8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8142

Black with #AA8142

Text Example


Text Example

White with #AA8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8142; }

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

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

background-color css

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

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

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

border-color css

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

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

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