Html Css Color HEX #AA864B Muddy Waters

📋 copy color: '#AA864B'

red 170 ◦ green 134 ◦ blue 75

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

Shades of Muddy Waters #AA864B

Tints of Muddy Waters #AA864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 44.85%
G = 35.36%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA864B (or 0xAA864B) is known color: Muddy Waters. HEX triplet: AA, 86 and 4B. RGB value is (170,134,75). Sum of RGB (Red+Green+Blue) = 170+134+75=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA864B is #5579B4. Grayscale: #8A8A8A. Windows color (decimal): -5601717 or 4949674. OLE color: 4949674.

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

Color convert

RGB 170 134 75 -
CMYK 0 0.21 0.56 0.33
HSL 37.26º 0.39% 0.48% -
HSV(B) 37.26º 0.56% 0.67% -
XYZ 26.37 26.1 10.31 -
YUV 138.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 170 134 75 0 0.21 0.56 0.33 37.26 0.39 0.48
Hex AA 86 4B 0 15 38 21 25 27 30
Octal 252 206 113 0 25 70 41 45 47 60
Binary 10101010 10000110 1001011 0 10101 111000 100001 100101 100111 110000

Color Harmonies of #AA864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA864B

Black with #AA864B

Text Example


Text Example

White with #AA864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA864B; }

 p { color: rgb(170,134,75); }

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

background-color css

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

 a { background-color: rgb(170,134,75); }

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

border-color css

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

 span { border-color: rgb(170,134,75); }

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