Html Css Color HEX #AF864A Muddy Waters

📋 copy color: '#AF864A'

red 175 ◦ green 134 ◦ blue 74

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

Shades of Muddy Waters #AF864A

Tints of Muddy Waters #AF864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 45.69%
G = 34.99%
B = 19.32%

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

#AF864A (or 0xAF864A) is known color: Muddy Waters. HEX triplet: AF, 86 and 4A. RGB value is (175,134,74). Sum of RGB (Red+Green+Blue) = 175+134+74=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF864A is #5079B5. Grayscale: #8B8B8B. Windows color (decimal): -5274038 or 4884143. OLE color: 4884143.

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

Color convert

RGB 175 134 74 -
CMYK 0 0.23 0.58 0.31
HSL 35.64º 0.41% 0.49% -
HSV(B) 35.64º 0.58% 0.69% -
XYZ 27.44 26.66 10.18 -
YUV 139.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 175 134 74 0 0.23 0.58 0.31 35.64 0.41 0.49
Hex AF 86 4A 0 17 3A 1F 24 29 31
Octal 257 206 112 0 27 72 37 44 51 61
Binary 10101111 10000110 1001010 0 10111 111010 11111 100100 101001 110001

Color Harmonies of #AF864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF864A

Black with #AF864A

Text Example


Text Example

White with #AF864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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