Html Css Color HEX #AF8344 Muddy Waters

📋 copy color: '#AF8344'

red 175 ◦ green 131 ◦ blue 68

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

Shades of Muddy Waters #AF8344

Tints of Muddy Waters #AF8344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 46.79%
G = 35.03%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8344 (or 0xAF8344) is known color: Muddy Waters. HEX triplet: AF, 83 and 44. RGB value is (175,131,68). Sum of RGB (Red+Green+Blue) = 175+131+68=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8344 is #507CBB. Grayscale: #898989. Windows color (decimal): -5274812 or 4490159. OLE color: 4490159.

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

Color convert

RGB 175 131 68 -
CMYK 0 0.25 0.61 0.31
HSL 35.33º 0.44% 0.48% -
HSV(B) 35.33º 0.61% 0.69% -
XYZ 26.84 25.76 9.03 -
YUV 136.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 175 131 68 0 0.25 0.61 0.31 35.33 0.44 0.48
Hex AF 83 44 0 19 3D 1F 23 2C 30
Octal 257 203 104 0 31 75 37 43 54 60
Binary 10101111 10000011 1000100 0 11001 111101 11111 100011 101100 110000

Color Harmonies of #AF8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8344

Black with #AF8344

Text Example


Text Example

White with #AF8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8344; }

 p { color: rgb(175,131,68); }

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

background-color css

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

 a { background-color: rgb(175,131,68); }

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

border-color css

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

 span { border-color: rgb(175,131,68); }

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