Html Css Color HEX #AA7B44 Muddy Waters

📋 copy color: '#AA7B44'

red 170 ◦ green 123 ◦ blue 68

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

Shades of Muddy Waters #AA7B44

Tints of Muddy Waters #AA7B44

RGB

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

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

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

R = 47.09%
G = 34.07%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA7B44 (or 0xAA7B44) is known color: Muddy Waters. HEX triplet: AA, 7B and 44. RGB value is (170,123,68). Sum of RGB (Red+Green+Blue) = 170+123+68=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B44 is #5584BB. Grayscale: #838383. Windows color (decimal): -5604540 or 4488106. OLE color: 4488106.

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

Color convert

RGB 170 123 68 -
CMYK 0 0.28 0.6 0.33
HSL 32.35º 0.43% 0.47% -
HSV(B) 32.35º 0.6% 0.67% -
XYZ 24.7 23.13 8.63 -
YUV 130.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 170 123 68 0 0.28 0.6 0.33 32.35 0.43 0.47
Hex AA 7B 44 0 1C 3C 21 20 2B 2F
Octal 252 173 104 0 34 74 41 40 53 57
Binary 10101010 1111011 1000100 0 11100 111100 100001 100000 101011 101111

Color Harmonies of #AA7B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B44

Black with #AA7B44

Text Example


Text Example

White with #AA7B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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