Html Css Color HEX #AF8746 Muddy Waters

📋 copy color: '#AF8746'

red 175 ◦ green 135 ◦ blue 70

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

Shades of Muddy Waters #AF8746

Tints of Muddy Waters #AF8746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 46.05%
G = 35.53%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF8746 (or 0xAF8746) is known color: Muddy Waters. HEX triplet: AF, 87 and 46. RGB value is (175,135,70). Sum of RGB (Red+Green+Blue) = 175+135+70=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8746 is #5078B9. Grayscale: #8B8B8B. Windows color (decimal): -5273786 or 4622255. OLE color: 4622255.

HSL color Cylindrical-coordinate representation of color #AF8746: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF8746 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 70 -
CMYK 0 0.23 0.60 0.31
HSL 37.14º 0.43% 0.48% -
HSV(B) 37.14º 0.6% 0.69% -
XYZ 27.45 26.88 9.54 -
YUV 139.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 175 135 70 0 0.23 0.60 0.31 37.14 0.43 0.48
Hex AF 87 46 0 17 3C 1F 25 2B 30
Octal 257 207 106 0 27 74 37 45 53 60
Binary 10101111 10000111 1000110 0 10111 111100 11111 100101 101011 110000

Color Harmonies of #AF8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8746

Black with #AF8746

Text Example


Text Example

White with #AF8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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