Html Css Color HEX #AF834D Muddy Waters

📋 copy color: '#AF834D'

red 175 ◦ green 131 ◦ blue 77

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

Shades of Muddy Waters #AF834D

Tints of Muddy Waters #AF834D

RGB

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

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

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

R = 45.69%
G = 34.2%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF834D (or 0xAF834D) is known color: Muddy Waters. HEX triplet: AF, 83 and 4D. RGB value is (175,131,77). Sum of RGB (Red+Green+Blue) = 175+131+77=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF834D is #507CB2. Grayscale: #8A8A8A. Windows color (decimal): -5274803 or 5079983. OLE color: 5079983.

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

Color convert

RGB 175 131 77 -
CMYK 0 0.25 0.56 0.31
HSL 33.06º 0.39% 0.49% -
HSV(B) 33.06º 0.56% 0.69% -
XYZ 27.14 25.88 10.59 -
YUV 138 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 175 131 77 0 0.25 0.56 0.31 33.06 0.39 0.49
Hex AF 83 4D 0 19 38 1F 21 27 31
Octal 257 203 115 0 31 70 37 41 47 61
Binary 10101111 10000011 1001101 0 11001 111000 11111 100001 100111 110001

Color Harmonies of #AF834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF834D

Black with #AF834D

Text Example


Text Example

White with #AF834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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