Html Css Color HEX #AF794D Muddy Waters

📋 copy color: '#AF794D'

red 175 ◦ green 121 ◦ blue 77

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

Shades of Muddy Waters #AF794D

Tints of Muddy Waters #AF794D

RGB

 RED value IS 175 (68.75% from 255) = 46.92%

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 46.92%
G = 32.44%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF794D (or 0xAF794D) is known color: Muddy Waters. HEX triplet: AF, 79 and 4D. RGB value is (175,121,77). Sum of RGB (Red+Green+Blue) = 175+121+77=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF794D is #5086B2. Grayscale: #848484. Windows color (decimal): -5277363 or 5077423. OLE color: 5077423.

HSL color Cylindrical-coordinate representation of color #AF794D: hue angle of 26.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF794D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 77 -
CMYK 0 0.31 0.56 0.31
HSL 26.94º 0.39% 0.49% -
HSV(B) 26.94º 0.56% 0.69% -
XYZ 25.86 23.32 10.16 -
YUV 132.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 175 121 77 0 0.31 0.56 0.31 26.94 0.39 0.49
Hex AF 79 4D 0 1F 38 1F 1B 27 31
Octal 257 171 115 0 37 70 37 33 47 61
Binary 10101111 1111001 1001101 0 11111 111000 11111 11011 100111 110001

Color Harmonies of #AF794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF794D

Black with #AF794D

Text Example


Text Example

White with #AF794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF794D; }

 p { color: rgb(175,121,77); }

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

background-color css

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

 a { background-color: rgb(175,121,77); }

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

border-color css

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

 span { border-color: rgb(175,121,77); }

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