Html Css Color HEX #AF834E Muddy Waters

📋 copy color: '#AF834E'

red 175 ◦ green 131 ◦ blue 78

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

Shades of Muddy Waters #AF834E

Tints of Muddy Waters #AF834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 45.57%
G = 34.11%
B = 20.31%

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

#AF834E (or 0xAF834E) is known color: Muddy Waters. HEX triplet: AF, 83 and 4E. RGB value is (175,131,78). Sum of RGB (Red+Green+Blue) = 175+131+78=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF834E is #507CB1. Grayscale: #8A8A8A. Windows color (decimal): -5274802 or 5145519. OLE color: 5145519.

HSL color Cylindrical-coordinate representation of color #AF834E: hue angle of 32.78º 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 #AF834E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 78 -
CMYK 0 0.25 0.55 0.31
HSL 32.78º 0.38% 0.5% -
HSV(B) 32.78º 0.55% 0.69% -
XYZ 27.17 25.9 10.77 -
YUV 138.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 175 131 78 0 0.25 0.55 0.31 32.78 0.38 0.5
Hex AF 83 4E 0 19 37 1F 21 26 32
Octal 257 203 116 0 31 67 37 41 46 62
Binary 10101111 10000011 1001110 0 11001 110111 11111 100001 100110 110010

Color Harmonies of #AF834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF834E

Black with #AF834E

Text Example


Text Example

White with #AF834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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