Html Css Color HEX #AA7B43 Muddy Waters

📋 copy color: '#AA7B43'

red 170 ◦ green 123 ◦ blue 67

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

Shades of Muddy Waters #AA7B43

Tints of Muddy Waters #AA7B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 47.22%
G = 34.17%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA7B43 (or 0xAA7B43) is known color: Muddy Waters. HEX triplet: AA, 7B and 43. RGB value is (170,123,67). Sum of RGB (Red+Green+Blue) = 170+123+67=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B43 is #5584BC. Grayscale: #828282. Windows color (decimal): -5604541 or 4422570. OLE color: 4422570.

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

Color convert

RGB 170 123 67 -
CMYK 0 0.28 0.61 0.33
HSL 32.62º 0.43% 0.46% -
HSV(B) 32.62º 0.61% 0.67% -
XYZ 24.67 23.12 8.47 -
YUV 130.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 170 123 67 0 0.28 0.61 0.33 32.62 0.43 0.46
Hex AA 7B 43 0 1C 3D 21 21 2B 2E
Octal 252 173 103 0 34 75 41 41 53 56
Binary 10101010 1111011 1000011 0 11100 111101 100001 100001 101011 101110

Color Harmonies of #AA7B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B43

Black with #AA7B43

Text Example


Text Example

White with #AA7B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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