Html Css Color HEX #AA7B41 Muddy Waters

📋 copy color: '#AA7B41'

red 170 ◦ green 123 ◦ blue 65

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

Shades of Muddy Waters #AA7B41

Tints of Muddy Waters #AA7B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 47.49%
G = 34.36%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7B41 (or 0xAA7B41) is known color: Muddy Waters. HEX triplet: AA, 7B and 41. RGB value is (170,123,65). Sum of RGB (Red+Green+Blue) = 170+123+65=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B41 is #5584BE. Grayscale: #828282. Windows color (decimal): -5604543 or 4291498. OLE color: 4291498.

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

Color convert

RGB 170 123 65 -
CMYK 0 0.28 0.62 0.33
HSL 33.14º 0.45% 0.46% -
HSV(B) 33.14º 0.62% 0.67% -
XYZ 24.61 23.09 8.16 -
YUV 130.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 170 123 65 0 0.28 0.62 0.33 33.14 0.45 0.46
Hex AA 7B 41 0 1C 3E 21 21 2D 2E
Octal 252 173 101 0 34 76 41 41 55 56
Binary 10101010 1111011 1000001 0 11100 111110 100001 100001 101101 101110

Color Harmonies of #AA7B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B41

Black with #AA7B41

Text Example


Text Example

White with #AA7B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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