Html Css Color HEX #AF8345 Muddy Waters

📋 copy color: '#AF8345'

red 175 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #AF8345

Tints of Muddy Waters #AF8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 46.67%
G = 34.93%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8345 (or 0xAF8345) is known color: Muddy Waters. HEX triplet: AF, 83 and 45. RGB value is (175,131,69). Sum of RGB (Red+Green+Blue) = 175+131+69=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8345 is #507CBA. Grayscale: #898989. Windows color (decimal): -5274811 or 4555695. OLE color: 4555695.

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

Color convert

RGB 175 131 69 -
CMYK 0 0.25 0.61 0.31
HSL 35.09º 0.43% 0.48% -
HSV(B) 35.09º 0.61% 0.69% -
XYZ 26.87 25.78 9.19 -
YUV 137.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 175 131 69 0 0.25 0.61 0.31 35.09 0.43 0.48
Hex AF 83 45 0 19 3D 1F 23 2B 30
Octal 257 203 105 0 31 75 37 43 53 60
Binary 10101111 10000011 1000101 0 11001 111101 11111 100011 101011 110000

Color Harmonies of #AF8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8345

Black with #AF8345

Text Example


Text Example

White with #AF8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8345; }

 p { color: rgb(175,131,69); }

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

background-color css

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

 a { background-color: rgb(175,131,69); }

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

border-color css

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

 span { border-color: rgb(175,131,69); }

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