Html Css Color HEX #A97A4C Muddy Waters

📋 copy color: '#A97A4C'

red 169 ◦ green 122 ◦ blue 76

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

Shades of Muddy Waters #A97A4C

Tints of Muddy Waters #A97A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 46.05%
G = 33.24%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A97A4C (or 0xA97A4C) is known color: Muddy Waters. HEX triplet: A9, 7A and 4C. RGB value is (169,122,76). Sum of RGB (Red+Green+Blue) = 169+122+76=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97A4C is #5685B3. Grayscale: #838383. Windows color (decimal): -5670324 or 5012137. OLE color: 5012137.

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

Color convert

RGB 169 122 76 -
CMYK 0 0.28 0.55 0.34
HSL 29.68º 0.38% 0.48% -
HSV(B) 29.68º 0.55% 0.66% -
XYZ 24.63 22.88 9.96 -
YUV 130.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 169 122 76 0 0.28 0.55 0.34 29.68 0.38 0.48
Hex A9 7A 4C 0 1C 37 22 1E 26 30
Octal 251 172 114 0 34 67 42 36 46 60
Binary 10101001 1111010 1001100 0 11100 110111 100010 11110 100110 110000

Color Harmonies of #A97A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A4C

Black with #A97A4C

Text Example


Text Example

White with #A97A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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