Html Css Color HEX #AF804A Muddy Waters

📋 copy color: '#AF804A'

red 175 ◦ green 128 ◦ blue 74

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

Shades of Muddy Waters #AF804A

Tints of Muddy Waters #AF804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 46.42%
G = 33.95%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF804A (or 0xAF804A) is known color: Muddy Waters. HEX triplet: AF, 80 and 4A. RGB value is (175,128,74). Sum of RGB (Red+Green+Blue) = 175+128+74=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF804A is #507FB5. Grayscale: #888888. Windows color (decimal): -5275574 or 4882607. OLE color: 4882607.

HSL color Cylindrical-coordinate representation of color #AF804A: hue angle of 32.08º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF804A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 74 -
CMYK 0 0.27 0.58 0.31
HSL 32.08º 0.41% 0.49% -
HSV(B) 32.08º 0.58% 0.69% -
XYZ 26.63 25.05 9.91 -
YUV 135.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 175 128 74 0 0.27 0.58 0.31 32.08 0.41 0.49
Hex AF 80 4A 0 1B 3A 1F 20 29 31
Octal 257 200 112 0 33 72 37 40 51 61
Binary 10101111 10000000 1001010 0 11011 111010 11111 100000 101001 110001

Color Harmonies of #AF804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF804A

Black with #AF804A

Text Example


Text Example

White with #AF804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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