Html Css Color HEX #AF7D43 Muddy Waters

📋 copy color: '#AF7D43'

red 175 ◦ green 125 ◦ blue 67

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

Shades of Muddy Waters #AF7D43

Tints of Muddy Waters #AF7D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 47.68%
G = 34.06%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF7D43 (or 0xAF7D43) is known color: Muddy Waters. HEX triplet: AF, 7D and 43. RGB value is (175,125,67). Sum of RGB (Red+Green+Blue) = 175+125+67=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D43 is #5082BC. Grayscale: #858585. Windows color (decimal): -5276349 or 4423087. OLE color: 4423087.

HSL color Cylindrical-coordinate representation of color #AF7D43: hue angle of 32.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7D43 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 67 -
CMYK 0 0.29 0.62 0.31
HSL 32.22º 0.45% 0.47% -
HSV(B) 32.22º 0.62% 0.69% -
XYZ 26.03 24.19 8.61 -
YUV 133.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 175 125 67 0 0.29 0.62 0.31 32.22 0.45 0.47
Hex AF 7D 43 0 1D 3E 1F 20 2D 2F
Octal 257 175 103 0 35 76 37 40 55 57
Binary 10101111 1111101 1000011 0 11101 111110 11111 100000 101101 101111

Color Harmonies of #AF7D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D43

Black with #AF7D43

Text Example


Text Example

White with #AF7D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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