Html Css Color HEX #AF8650 Muddy Waters

📋 copy color: '#AF8650'

red 175 ◦ green 134 ◦ blue 80

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

Shades of Muddy Waters #AF8650

Tints of Muddy Waters #AF8650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 44.99%
G = 34.45%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8650 (or 0xAF8650) is known color: Muddy Waters. HEX triplet: AF, 86 and 50. RGB value is (175,134,80). Sum of RGB (Red+Green+Blue) = 175+134+80=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8650 is #5079AF. Grayscale: #8C8C8C. Windows color (decimal): -5274032 or 5277359. OLE color: 5277359.

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

Color convert

RGB 175 134 80 -
CMYK 0 0.23 0.54 0.31
HSL 34.11º 0.37% 0.5% -
HSV(B) 34.11º 0.54% 0.69% -
XYZ 27.65 26.74 11.29 -
YUV 140.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 175 134 80 0 0.23 0.54 0.31 34.11 0.37 0.5
Hex AF 86 50 0 17 36 1F 22 25 32
Octal 257 206 120 0 27 66 37 42 45 62
Binary 10101111 10000110 1010000 0 10111 110110 11111 100010 100101 110010

Color Harmonies of #AF8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8650

Black with #AF8650

Text Example


Text Example

White with #AF8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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