Html Css Color HEX #AA7D40 Muddy Waters

📋 copy color: '#AA7D40'

red 170 ◦ green 125 ◦ blue 64

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

Shades of Muddy Waters #AA7D40

Tints of Muddy Waters #AA7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 47.35%
G = 34.82%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7D40 (or 0xAA7D40) is known color: Muddy Waters. HEX triplet: AA, 7D and 40. RGB value is (170,125,64). Sum of RGB (Red+Green+Blue) = 170+125+64=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D40 is #5582BF. Grayscale: #838383. Windows color (decimal): -5604032 or 4226474. OLE color: 4226474.

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

Color convert

RGB 170 125 64 -
CMYK 0 0.26 0.62 0.33
HSL 34.53º 0.45% 0.46% -
HSV(B) 34.53º 0.62% 0.67% -
XYZ 24.84 23.58 8.09 -
YUV 131.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 170 125 64 0 0.26 0.62 0.33 34.53 0.45 0.46
Hex AA 7D 40 0 1A 3E 21 23 2D 2E
Octal 252 175 100 0 32 76 41 43 55 56
Binary 10101010 1111101 1000000 0 11010 111110 100001 100011 101101 101110

Color Harmonies of #AA7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D40

Black with #AA7D40

Text Example


Text Example

White with #AA7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D40; }

 p { color: rgb(170,125,64); }

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

background-color css

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

 a { background-color: rgb(170,125,64); }

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

border-color css

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

 span { border-color: rgb(170,125,64); }

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