Html Css Color HEX #AF8649 Muddy Waters

📋 copy color: '#AF8649'

red 175 ◦ green 134 ◦ blue 73

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

Shades of Muddy Waters #AF8649

Tints of Muddy Waters #AF8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 45.81%
G = 35.08%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF8649 (or 0xAF8649) is known color: Muddy Waters. HEX triplet: AF, 86 and 49. RGB value is (175,134,73). Sum of RGB (Red+Green+Blue) = 175+134+73=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8649 is #5079B6. Grayscale: #8B8B8B. Windows color (decimal): -5274039 or 4818607. OLE color: 4818607.

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

Color convert

RGB 175 134 73 -
CMYK 0 0.23 0.58 0.31
HSL 35.88º 0.41% 0.49% -
HSV(B) 35.88º 0.58% 0.69% -
XYZ 27.41 26.65 10 -
YUV 139.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 175 134 73 0 0.23 0.58 0.31 35.88 0.41 0.49
Hex AF 86 49 0 17 3A 1F 24 29 31
Octal 257 206 111 0 27 72 37 44 51 61
Binary 10101111 10000110 1001001 0 10111 111010 11111 100100 101001 110001

Color Harmonies of #AF8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8649

Black with #AF8649

Text Example


Text Example

White with #AF8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8649; }

 p { color: rgb(175,134,73); }

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

background-color css

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

 a { background-color: rgb(175,134,73); }

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

border-color css

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

 span { border-color: rgb(175,134,73); }

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