Html Css Color HEX #AA8748 Muddy Waters

📋 copy color: '#AA8748'

red 170 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #AA8748

Tints of Muddy Waters #AA8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 45.09%
G = 35.81%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8748 (or 0xAA8748) is known color: Muddy Waters. HEX triplet: AA, 87 and 48. RGB value is (170,135,72). Sum of RGB (Red+Green+Blue) = 170+135+72=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8748 is #5578B7. Grayscale: #8A8A8A. Windows color (decimal): -5601464 or 4753322. OLE color: 4753322.

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

Color convert

RGB 170 135 72 -
CMYK 0 0.21 0.58 0.33
HSL 38.57º 0.4% 0.47% -
HSV(B) 38.57º 0.58% 0.67% -
XYZ 26.41 26.34 9.82 -
YUV 138.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 170 135 72 0 0.21 0.58 0.33 38.57 0.4 0.47
Hex AA 87 48 0 15 3A 21 27 28 2F
Octal 252 207 110 0 25 72 41 47 50 57
Binary 10101010 10000111 1001000 0 10101 111010 100001 100111 101000 101111

Color Harmonies of #AA8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8748

Black with #AA8748

Text Example


Text Example

White with #AA8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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