Html Css Color HEX #AF7C46 Muddy Waters

📋 copy color: '#AF7C46'

red 175 ◦ green 124 ◦ blue 70

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

Shades of Muddy Waters #AF7C46

Tints of Muddy Waters #AF7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

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

R = 47.43%
G = 33.6%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF7C46 (or 0xAF7C46) is known color: Muddy Waters. HEX triplet: AF, 7C and 46. RGB value is (175,124,70). Sum of RGB (Red+Green+Blue) = 175+124+70=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C46 is #5083B9. Grayscale: #858585. Windows color (decimal): -5276602 or 4619439. OLE color: 4619439.

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

Color convert

RGB 175 124 70 -
CMYK 0 0.29 0.60 0.31
HSL 30.86º 0.43% 0.48% -
HSV(B) 30.86º 0.6% 0.69% -
XYZ 25.99 23.97 9.05 -
YUV 133.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 175 124 70 0 0.29 0.60 0.31 30.86 0.43 0.48
Hex AF 7C 46 0 1D 3C 1F 1F 2B 30
Octal 257 174 106 0 35 74 37 37 53 60
Binary 10101111 1111100 1000110 0 11101 111100 11111 11111 101011 110000

Color Harmonies of #AF7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C46

Black with #AF7C46

Text Example


Text Example

White with #AF7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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