Html Css Color HEX #AA8746 Muddy Waters

📋 copy color: '#AA8746'

red 170 ◦ green 135 ◦ blue 70

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

Shades of Muddy Waters #AA8746

Tints of Muddy Waters #AA8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 45.33%
G = 36%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8746 (or 0xAA8746) is known color: Muddy Waters. HEX triplet: AA, 87 and 46. RGB value is (170,135,70). Sum of RGB (Red+Green+Blue) = 170+135+70=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8746 is #5578B9. Grayscale: #8A8A8A. Windows color (decimal): -5601466 or 4622250. OLE color: 4622250.

HSL color Cylindrical-coordinate representation of color #AA8746: hue angle of 39º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA8746 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 70 -
CMYK 0 0.21 0.59 0.33
HSL 39º 0.42% 0.47% -
HSV(B) 39º 0.59% 0.67% -
XYZ 26.35 26.32 9.49 -
YUV 138.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 170 135 70 0 0.21 0.59 0.33 39 0.42 0.47
Hex AA 87 46 0 15 3B 21 27 2A 2F
Octal 252 207 106 0 25 73 41 47 52 57
Binary 10101010 10000111 1000110 0 10101 111011 100001 100111 101010 101111

Color Harmonies of #AA8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8746

Black with #AA8746

Text Example


Text Example

White with #AA8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8746; }

 p { color: rgb(170,135,70); }

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

background-color css

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

 a { background-color: rgb(170,135,70); }

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

border-color css

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

 span { border-color: rgb(170,135,70); }

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