Html Css Color HEX #AF824F Muddy Waters

📋 copy color: '#AF824F'

red 175 ◦ green 130 ◦ blue 79

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

Shades of Muddy Waters #AF824F

Tints of Muddy Waters #AF824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 45.57%
G = 33.85%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF824F (or 0xAF824F) is known color: Muddy Waters. HEX triplet: AF, 82 and 4F. RGB value is (175,130,79). Sum of RGB (Red+Green+Blue) = 175+130+79=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF824F is #507DB0. Grayscale: #898989. Windows color (decimal): -5275057 or 5210799. OLE color: 5210799.

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

Color convert

RGB 175 130 79 -
CMYK 0 0.26 0.55 0.31
HSL 31.88º 0.38% 0.5% -
HSV(B) 31.88º 0.55% 0.69% -
XYZ 27.07 25.64 10.92 -
YUV 137.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 175 130 79 0 0.26 0.55 0.31 31.88 0.38 0.5
Hex AF 82 4F 0 1A 37 1F 20 26 32
Octal 257 202 117 0 32 67 37 40 46 62
Binary 10101111 10000010 1001111 0 11010 110111 11111 100000 100110 110010

Color Harmonies of #AF824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF824F

Black with #AF824F

Text Example


Text Example

White with #AF824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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