Html Css Color HEX #AF8749 Muddy Waters

📋 copy color: '#AF8749'

red 175 ◦ green 135 ◦ blue 73

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

Shades of Muddy Waters #AF8749

Tints of Muddy Waters #AF8749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 45.69%
G = 35.25%
B = 19.06%

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

#AF8749 (or 0xAF8749) is known color: Muddy Waters. HEX triplet: AF, 87 and 49. RGB value is (175,135,73). Sum of RGB (Red+Green+Blue) = 175+135+73=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8749 is #5078B6. Grayscale: #8C8C8C. Windows color (decimal): -5273783 or 4818863. OLE color: 4818863.

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

Color convert

RGB 175 135 73 -
CMYK 0 0.23 0.58 0.31
HSL 36.47º 0.41% 0.49% -
HSV(B) 36.47º 0.58% 0.69% -
XYZ 27.55 26.92 10.05 -
YUV 139.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 175 135 73 0 0.23 0.58 0.31 36.47 0.41 0.49
Hex AF 87 49 0 17 3A 1F 24 29 31
Octal 257 207 111 0 27 72 37 44 51 61
Binary 10101111 10000111 1001001 0 10111 111010 11111 100100 101001 110001

Color Harmonies of #AF8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8749

Black with #AF8749

Text Example


Text Example

White with #AF8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8749; }

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

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

background-color css

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

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

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

border-color css

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

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

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