Html Css Color HEX #AA7B51 Muddy Waters

📋 copy color: '#AA7B51'

red 170 ◦ green 123 ◦ blue 81

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

Shades of Muddy Waters #AA7B51

Tints of Muddy Waters #AA7B51

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

 BLUE value IS 81 (32.03% from 255) = 21.66%

R = 45.45%
G = 32.89%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA7B51 (or 0xAA7B51) is known color: Muddy Waters. HEX triplet: AA, 7B and 51. RGB value is (170,123,81). Sum of RGB (Red+Green+Blue) = 170+123+81=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B51 is #5584AE. Grayscale: #848484. Windows color (decimal): -5604527 or 5340074. OLE color: 5340074.

HSL color Cylindrical-coordinate representation of color #AA7B51: hue angle of 28.31º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7B51 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 81 -
CMYK 0 0.28 0.52 0.33
HSL 28.31º 0.35% 0.49% -
HSV(B) 28.31º 0.52% 0.67% -
XYZ 25.15 23.31 10.96 -
YUV 132.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 170 123 81 0 0.28 0.52 0.33 28.31 0.35 0.49
Hex AA 7B 51 0 1C 34 21 1C 23 31
Octal 252 173 121 0 34 64 41 34 43 61
Binary 10101010 1111011 1010001 0 11100 110100 100001 11100 100011 110001

Color Harmonies of #AA7B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B51

Black with #AA7B51

Text Example


Text Example

White with #AA7B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B51; }

 p { color: rgb(170,123,81); }

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

background-color css

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

 a { background-color: rgb(170,123,81); }

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

border-color css

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

 span { border-color: rgb(170,123,81); }

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