Html Css Color HEX #AA7F44 Muddy Waters

📋 copy color: '#AA7F44'

red 170 ◦ green 127 ◦ blue 68

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

Shades of Muddy Waters #AA7F44

Tints of Muddy Waters #AA7F44

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 46.58%
G = 34.79%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA7F44 (or 0xAA7F44) is known color: Muddy Waters. HEX triplet: AA, 7F and 44. RGB value is (170,127,68). Sum of RGB (Red+Green+Blue) = 170+127+68=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F44 is #5580BB. Grayscale: #858585. Windows color (decimal): -5603516 or 4489130. OLE color: 4489130.

HSL color Cylindrical-coordinate representation of color #AA7F44: hue angle of 34.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA7F44 is Cyan = 0, Magento = 0.25, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 68 -
CMYK 0 0.25 0.6 0.33
HSL 34.71º 0.43% 0.47% -
HSV(B) 34.71º 0.6% 0.67% -
XYZ 25.21 24.14 8.8 -
YUV 133.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 170 127 68 0 0.25 0.6 0.33 34.71 0.43 0.47
Hex AA 7F 44 0 19 3C 21 23 2B 2F
Octal 252 177 104 0 31 74 41 43 53 57
Binary 10101010 1111111 1000100 0 11001 111100 100001 100011 101011 101111

Color Harmonies of #AA7F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F44

Black with #AA7F44

Text Example


Text Example

White with #AA7F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F44; }

 p { color: rgb(170,127,68); }

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

background-color css

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

 a { background-color: rgb(170,127,68); }

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

border-color css

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

 span { border-color: rgb(170,127,68); }

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