Html Css Color HEX #A97A46 Muddy Waters

📋 copy color: '#A97A46'

red 169 ◦ green 122 ◦ blue 70

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

Shades of Muddy Waters #A97A46

Tints of Muddy Waters #A97A46

RGB

 RED value IS 169 (66.41% from 255) = 46.81%

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 46.81%
G = 33.8%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A97A46 (or 0xA97A46) is known color: Muddy Waters. HEX triplet: A9, 7A and 46. RGB value is (169,122,70). Sum of RGB (Red+Green+Blue) = 169+122+70=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A46 is #5685B9. Grayscale: #828282. Windows color (decimal): -5670330 or 4618921. OLE color: 4618921.

HSL color Cylindrical-coordinate representation of color #A97A46: hue angle of 31.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A97A46 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 70 -
CMYK 0 0.28 0.59 0.34
HSL 31.52º 0.41% 0.47% -
HSV(B) 31.52º 0.59% 0.66% -
XYZ 24.43 22.8 8.91 -
YUV 130.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 169 122 70 0 0.28 0.59 0.34 31.52 0.41 0.47
Hex A9 7A 46 0 1C 3B 22 20 29 2F
Octal 251 172 106 0 34 73 42 40 51 57
Binary 10101001 1111010 1000110 0 11100 111011 100010 100000 101001 101111

Color Harmonies of #A97A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A46

Black with #A97A46

Text Example


Text Example

White with #A97A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A46; }

 p { color: rgb(169,122,70); }

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

background-color css

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

 a { background-color: rgb(169,122,70); }

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

border-color css

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

 span { border-color: rgb(169,122,70); }

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