Html Css Color HEX #AA7B4A Muddy Waters

📋 copy color: '#AA7B4A'

red 170 ◦ green 123 ◦ blue 74

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

Shades of Muddy Waters #AA7B4A

Tints of Muddy Waters #AA7B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 46.32%
G = 33.51%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA7B4A (or 0xAA7B4A) is known color: Muddy Waters. HEX triplet: AA, 7B and 4A. RGB value is (170,123,74). Sum of RGB (Red+Green+Blue) = 170+123+74=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B4A is #5584B5. Grayscale: #838383. Windows color (decimal): -5604534 or 4881322. OLE color: 4881322.

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

Color convert

RGB 170 123 74 -
CMYK 0 0.28 0.56 0.33
HSL 30.63º 0.39% 0.48% -
HSV(B) 30.63º 0.56% 0.67% -
XYZ 24.9 23.21 9.65 -
YUV 131.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 170 123 74 0 0.28 0.56 0.33 30.63 0.39 0.48
Hex AA 7B 4A 0 1C 38 21 1F 27 30
Octal 252 173 112 0 34 70 41 37 47 60
Binary 10101010 1111011 1001010 0 11100 111000 100001 11111 100111 110000

Color Harmonies of #AA7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B4A

Black with #AA7B4A

Text Example


Text Example

White with #AA7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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