Html Css Color HEX #AF844B Muddy Waters

📋 copy color: '#AF844B'

red 175 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #AF844B

Tints of Muddy Waters #AF844B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 45.81%
G = 34.55%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF844B (or 0xAF844B) is known color: Muddy Waters. HEX triplet: AF, 84 and 4B. RGB value is (175,132,75). Sum of RGB (Red+Green+Blue) = 175+132+75=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF844B is #507BB4. Grayscale: #8A8A8A. Windows color (decimal): -5274549 or 4949167. OLE color: 4949167.

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

Color convert

RGB 175 132 75 -
CMYK 0 0.25 0.57 0.31
HSL 34.2º 0.4% 0.49% -
HSV(B) 34.2º 0.57% 0.69% -
XYZ 27.2 26.12 10.27 -
YUV 138.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 175 132 75 0 0.25 0.57 0.31 34.2 0.4 0.49
Hex AF 84 4B 0 19 39 1F 22 28 31
Octal 257 204 113 0 31 71 37 42 50 61
Binary 10101111 10000100 1001011 0 11001 111001 11111 100010 101000 110001

Color Harmonies of #AF844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF844B

Black with #AF844B

Text Example


Text Example

White with #AF844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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