Html Css Color HEX #AA8043 Muddy Waters

📋 copy color: '#AA8043'

red 170 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #AA8043

Tints of Muddy Waters #AA8043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 46.58%
G = 35.07%
B = 18.36%

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

#AA8043 (or 0xAA8043) is known color: Muddy Waters. HEX triplet: AA, 80 and 43. RGB value is (170,128,67). Sum of RGB (Red+Green+Blue) = 170+128+67=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8043 is #557FBC. Grayscale: #858585. Windows color (decimal): -5603261 or 4423850. OLE color: 4423850.

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

Color convert

RGB 170 128 67 -
CMYK 0 0.25 0.61 0.33
HSL 35.53º 0.43% 0.46% -
HSV(B) 35.53º 0.61% 0.67% -
XYZ 25.31 24.39 8.68 -
YUV 133.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 170 128 67 0 0.25 0.61 0.33 35.53 0.43 0.46
Hex AA 80 43 0 19 3D 21 24 2B 2E
Octal 252 200 103 0 31 75 41 44 53 56
Binary 10101010 10000000 1000011 0 11001 111101 100001 100100 101011 101110

Color Harmonies of #AA8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8043

Black with #AA8043

Text Example


Text Example

White with #AA8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8043; }

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

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

background-color css

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

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

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

border-color css

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

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

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