Html Css Color HEX #AF804D Muddy Waters

📋 copy color: '#AF804D'

red 175 ◦ green 128 ◦ blue 77

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

Shades of Muddy Waters #AF804D

Tints of Muddy Waters #AF804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 46.05%
G = 33.68%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF804D (or 0xAF804D) is known color: Muddy Waters. HEX triplet: AF, 80 and 4D. RGB value is (175,128,77). Sum of RGB (Red+Green+Blue) = 175+128+77=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF804D is #507FB2. Grayscale: #888888. Windows color (decimal): -5275571 or 5079215. OLE color: 5079215.

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

Color convert

RGB 175 128 77 -
CMYK 0 0.27 0.56 0.31
HSL 31.22º 0.39% 0.49% -
HSV(B) 31.22º 0.56% 0.69% -
XYZ 26.74 25.09 10.45 -
YUV 136.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 175 128 77 0 0.27 0.56 0.31 31.22 0.39 0.49
Hex AF 80 4D 0 1B 38 1F 1F 27 31
Octal 257 200 115 0 33 70 37 37 47 61
Binary 10101111 10000000 1001101 0 11011 111000 11111 11111 100111 110001

Color Harmonies of #AF804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF804D

Black with #AF804D

Text Example


Text Example

White with #AF804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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