Html Css Color HEX #AF7D46 Muddy Waters

📋 copy color: '#AF7D46'

red 175 ◦ green 125 ◦ blue 70

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

Shades of Muddy Waters #AF7D46

Tints of Muddy Waters #AF7D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 47.3%
G = 33.78%
B = 18.92%

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

#AF7D46 (or 0xAF7D46) is known color: Muddy Waters. HEX triplet: AF, 7D and 46. RGB value is (175,125,70). Sum of RGB (Red+Green+Blue) = 175+125+70=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D46 is #5082B9. Grayscale: #858585. Windows color (decimal): -5276346 or 4619695. OLE color: 4619695.

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

Color convert

RGB 175 125 70 -
CMYK 0 0.29 0.60 0.31
HSL 31.43º 0.43% 0.48% -
HSV(B) 31.43º 0.6% 0.69% -
XYZ 26.12 24.22 9.09 -
YUV 133.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 175 125 70 0 0.29 0.60 0.31 31.43 0.43 0.48
Hex AF 7D 46 0 1D 3C 1F 1F 2B 30
Octal 257 175 106 0 35 74 37 37 53 60
Binary 10101111 1111101 1000110 0 11101 111100 11111 11111 101011 110000

Color Harmonies of #AF7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D46

Black with #AF7D46

Text Example


Text Example

White with #AF7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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