Html Css Color HEX #AA7B48 Muddy Waters

📋 copy color: '#AA7B48'

red 170 ◦ green 123 ◦ blue 72

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

Shades of Muddy Waters #AA7B48

Tints of Muddy Waters #AA7B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 46.58%
G = 33.7%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA7B48 (or 0xAA7B48) is known color: Muddy Waters. HEX triplet: AA, 7B and 48. RGB value is (170,123,72). Sum of RGB (Red+Green+Blue) = 170+123+72=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B48 is #5584B7. Grayscale: #838383. Windows color (decimal): -5604536 or 4750250. OLE color: 4750250.

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

Color convert

RGB 170 123 72 -
CMYK 0 0.28 0.58 0.33
HSL 31.22º 0.4% 0.47% -
HSV(B) 31.22º 0.58% 0.67% -
XYZ 24.83 23.18 9.3 -
YUV 131.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 170 123 72 0 0.28 0.58 0.33 31.22 0.4 0.47
Hex AA 7B 48 0 1C 3A 21 1F 28 2F
Octal 252 173 110 0 34 72 41 37 50 57
Binary 10101010 1111011 1001000 0 11100 111010 100001 11111 101000 101111

Color Harmonies of #AA7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B48

Black with #AA7B48

Text Example


Text Example

White with #AA7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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