Html Css Color HEX #AA7B4F Muddy Waters

📋 copy color: '#AA7B4F'

red 170 ◦ green 123 ◦ blue 79

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

Shades of Muddy Waters #AA7B4F

Tints of Muddy Waters #AA7B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 45.7%
G = 33.06%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA7B4F (or 0xAA7B4F) is known color: Muddy Waters. HEX triplet: AA, 7B and 4F. RGB value is (170,123,79). Sum of RGB (Red+Green+Blue) = 170+123+79=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B4F is #5584B0. Grayscale: #848484. Windows color (decimal): -5604529 or 5209002. OLE color: 5209002.

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

Color convert

RGB 170 123 79 -
CMYK 0 0.28 0.54 0.33
HSL 29.01º 0.37% 0.49% -
HSV(B) 29.01º 0.54% 0.67% -
XYZ 25.07 23.28 10.57 -
YUV 132.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 170 123 79 0 0.28 0.54 0.33 29.01 0.37 0.49
Hex AA 7B 4F 0 1C 36 21 1D 25 31
Octal 252 173 117 0 34 66 41 35 45 61
Binary 10101010 1111011 1001111 0 11100 110110 100001 11101 100101 110001

Color Harmonies of #AA7B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B4F

Black with #AA7B4F

Text Example


Text Example

White with #AA7B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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