Html Css Color HEX #AA7B3F Muddy Waters

📋 copy color: '#AA7B3F'

red 170 ◦ green 123 ◦ blue 63

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

Shades of Muddy Waters #AA7B3F

Tints of Muddy Waters #AA7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 47.75%
G = 34.55%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA7B3F (or 0xAA7B3F) is known color: Muddy Waters. HEX triplet: AA, 7B and 3F. RGB value is (170,123,63). Sum of RGB (Red+Green+Blue) = 170+123+63=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B3F is #5584C0. Grayscale: #828282. Windows color (decimal): -5604545 or 4160426. OLE color: 4160426.

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

Color convert

RGB 170 123 63 -
CMYK 0 0.28 0.63 0.33
HSL 33.64º 0.46% 0.46% -
HSV(B) 33.64º 0.63% 0.67% -
XYZ 24.56 23.07 7.86 -
YUV 130.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 170 123 63 0 0.28 0.63 0.33 33.64 0.46 0.46
Hex AA 7B 3F 0 1C 3F 21 22 2E 2E
Octal 252 173 77 0 34 77 41 42 56 56
Binary 10101010 1111011 111111 0 11100 111111 100001 100010 101110 101110

Color Harmonies of #AA7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B3F

Black with #AA7B3F

Text Example


Text Example

White with #AA7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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