Html Css Color HEX #AF844F Muddy Waters

📋 copy color: '#AF844F'

red 175 ◦ green 132 ◦ blue 79

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

Shades of Muddy Waters #AF844F

Tints of Muddy Waters #AF844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 45.34%
G = 34.2%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF844F (or 0xAF844F) is known color: Muddy Waters. HEX triplet: AF, 84 and 4F. RGB value is (175,132,79). Sum of RGB (Red+Green+Blue) = 175+132+79=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF844F is #507BB0. Grayscale: #8B8B8B. Windows color (decimal): -5274545 or 5211311. OLE color: 5211311.

HSL color Cylindrical-coordinate representation of color #AF844F: hue angle of 33.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF844F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 79 -
CMYK 0 0.25 0.55 0.31
HSL 33.13º 0.38% 0.5% -
HSV(B) 33.13º 0.55% 0.69% -
XYZ 27.34 26.18 11.01 -
YUV 138.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 175 132 79 0 0.25 0.55 0.31 33.13 0.38 0.5
Hex AF 84 4F 0 19 37 1F 21 26 32
Octal 257 204 117 0 31 67 37 41 46 62
Binary 10101111 10000100 1001111 0 11001 110111 11111 100001 100110 110010

Color Harmonies of #AF844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF844F

Black with #AF844F

Text Example


Text Example

White with #AF844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF844F; }

 p { color: rgb(175,132,79); }

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

background-color css

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

 a { background-color: rgb(175,132,79); }

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

border-color css

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

 span { border-color: rgb(175,132,79); }

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