Html Css Color HEX #AA7B4E Muddy Waters

📋 copy color: '#AA7B4E'

red 170 ◦ green 123 ◦ blue 78

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

Shades of Muddy Waters #AA7B4E

Tints of Muddy Waters #AA7B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 45.82%
G = 33.15%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA7B4E (or 0xAA7B4E) is known color: Muddy Waters. HEX triplet: AA, 7B and 4E. RGB value is (170,123,78). Sum of RGB (Red+Green+Blue) = 170+123+78=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B4E is #5584B1. Grayscale: #848484. Windows color (decimal): -5604530 or 5143466. OLE color: 5143466.

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

Color convert

RGB 170 123 78 -
CMYK 0 0.28 0.54 0.33
HSL 29.35º 0.37% 0.49% -
HSV(B) 29.35º 0.54% 0.67% -
XYZ 25.04 23.26 10.38 -
YUV 131.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 170 123 78 0 0.28 0.54 0.33 29.35 0.37 0.49
Hex AA 7B 4E 0 1C 36 21 1D 25 31
Octal 252 173 116 0 34 66 41 35 45 61
Binary 10101010 1111011 1001110 0 11100 110110 100001 11101 100101 110001

Color Harmonies of #AA7B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B4E

Black with #AA7B4E

Text Example


Text Example

White with #AA7B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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