Html Css Color HEX #AF824D Muddy Waters

📋 copy color: '#AF824D'

red 175 ◦ green 130 ◦ blue 77

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

Shades of Muddy Waters #AF824D

Tints of Muddy Waters #AF824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 45.81%
G = 34.03%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF824D (or 0xAF824D) is known color: Muddy Waters. HEX triplet: AF, 82 and 4D. RGB value is (175,130,77). Sum of RGB (Red+Green+Blue) = 175+130+77=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF824D is #507DB2. Grayscale: #898989. Windows color (decimal): -5275059 or 5079727. OLE color: 5079727.

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

Color convert

RGB 175 130 77 -
CMYK 0 0.26 0.56 0.31
HSL 32.45º 0.39% 0.49% -
HSV(B) 32.45º 0.56% 0.69% -
XYZ 27 25.62 10.54 -
YUV 137.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 175 130 77 0 0.26 0.56 0.31 32.45 0.39 0.49
Hex AF 82 4D 0 1A 38 1F 20 27 31
Octal 257 202 115 0 32 70 37 40 47 61
Binary 10101111 10000010 1001101 0 11010 111000 11111 100000 100111 110001

Color Harmonies of #AF824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF824D

Black with #AF824D

Text Example


Text Example

White with #AF824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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