Html Css Color HEX #AA894B Muddy Waters

📋 copy color: '#AA894B'

red 170 ◦ green 137 ◦ blue 75

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

Shades of Muddy Waters #AA894B

Tints of Muddy Waters #AA894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

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

R = 44.5%
G = 35.86%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA894B (or 0xAA894B) is known color: Muddy Waters. HEX triplet: AA, 89 and 4B. RGB value is (170,137,75). Sum of RGB (Red+Green+Blue) = 170+137+75=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA894B is #5576B4. Grayscale: #8C8C8C. Windows color (decimal): -5600949 or 4950442. OLE color: 4950442.

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

Color convert

RGB 170 137 75 -
CMYK 0 0.19 0.56 0.33
HSL 39.16º 0.39% 0.48% -
HSV(B) 39.16º 0.56% 0.67% -
XYZ 26.79 26.95 10.45 -
YUV 139.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 170 137 75 0 0.19 0.56 0.33 39.16 0.39 0.48
Hex AA 89 4B 0 13 38 21 27 27 30
Octal 252 211 113 0 23 70 41 47 47 60
Binary 10101010 10001001 1001011 0 10011 111000 100001 100111 100111 110000

Color Harmonies of #AA894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA894B

Black with #AA894B

Text Example


Text Example

White with #AA894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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