Html Css Color HEX #AF8648 Muddy Waters

📋 copy color: '#AF8648'

red 175 ◦ green 134 ◦ blue 72

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

Shades of Muddy Waters #AF8648

Tints of Muddy Waters #AF8648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 45.93%
G = 35.17%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF8648 (or 0xAF8648) is known color: Muddy Waters. HEX triplet: AF, 86 and 48. RGB value is (175,134,72). Sum of RGB (Red+Green+Blue) = 175+134+72=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8648 is #5079B7. Grayscale: #8B8B8B. Windows color (decimal): -5274040 or 4753071. OLE color: 4753071.

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

Color convert

RGB 175 134 72 -
CMYK 0 0.23 0.59 0.31
HSL 36.12º 0.42% 0.48% -
HSV(B) 36.12º 0.59% 0.69% -
XYZ 27.37 26.63 9.83 -
YUV 139.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 175 134 72 0 0.23 0.59 0.31 36.12 0.42 0.48
Hex AF 86 48 0 17 3B 1F 24 2A 30
Octal 257 206 110 0 27 73 37 44 52 60
Binary 10101111 10000110 1001000 0 10111 111011 11111 100100 101010 110000

Color Harmonies of #AF8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8648

Black with #AF8648

Text Example


Text Example

White with #AF8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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